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