]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
VMware: Remove unused constants
authorVipin Balachandran <vbala@vmware.com>
Wed, 5 Aug 2015 07:28:20 +0000 (12:58 +0530)
committerVipin Balachandran <vbala@vmware.com>
Wed, 5 Aug 2015 07:28:20 +0000 (12:58 +0530)
This patch removes unused constants in the volumeops module
of vmdk driver. These became unused after integration with
oslo.vmware.

Change-Id: Ib223b09b4ef833b2bd1e23ae54627790dc37073d

cinder/volume/drivers/vmware/volumeops.py

index 4e4e61e0bb8bf6d06530a5ff3b5f8e649bb657a6..6fc0a01f4cad12ddb0d01fd6f8de95fd8257483b 100644 (file)
@@ -32,8 +32,6 @@ from cinder.volume.drivers.vmware import exceptions as vmdk_exceptions
 LOG = logging.getLogger(__name__)
 LINKED_CLONE_TYPE = 'linked'
 FULL_CLONE_TYPE = 'full'
-ALREADY_EXISTS = 'AlreadyExists'
-FILE_ALREADY_EXISTS = 'FileAlreadyExists'
 
 
 def split_datastore_path(datastore_path):