Minor PEP8 fixes
Change-Id: I3a87713696b3c9c8415ffcf76b23fb40c39df2c6
This commit is contained in:
parent
7ae4bca82d
commit
5803b67a34
@ -406,9 +406,9 @@ class ServerBehaviors(BaseBehavior):
|
|||||||
"type": type}]
|
"type": type}]
|
||||||
return block_device_mapping_matrix
|
return block_device_mapping_matrix
|
||||||
|
|
||||||
def create_block_device__mapping_v2(self, boot_index, uuid, volume_size,
|
def create_block_device_mapping_v2(self, boot_index, uuid, volume_size,
|
||||||
source_type, destination_type,
|
source_type, destination_type,
|
||||||
delete_on_termination):
|
delete_on_termination):
|
||||||
"""
|
"""
|
||||||
@summary: Creates Block Device on the fly
|
@summary: Creates Block Device on the fly
|
||||||
@param uuid: The uuid of the volume
|
@param uuid: The uuid of the volume
|
||||||
|
Loading…
x
Reference in New Issue
Block a user