From 5803b67a34115f36aed983e7eb64483af0a5eb24 Mon Sep 17 00:00:00 2001 From: ivo5307 Date: Fri, 2 May 2014 12:08:40 -0500 Subject: [PATCH] Minor PEP8 fixes Change-Id: I3a87713696b3c9c8415ffcf76b23fb40c39df2c6 --- cloudcafe/compute/servers_api/behaviors.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudcafe/compute/servers_api/behaviors.py b/cloudcafe/compute/servers_api/behaviors.py index 248079f2..96409a91 100644 --- a/cloudcafe/compute/servers_api/behaviors.py +++ b/cloudcafe/compute/servers_api/behaviors.py @@ -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