From: Vipin Balachandran Date: Wed, 5 Aug 2015 07:28:20 +0000 (+0530) Subject: VMware: Remove unused constants X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e6cfc958e5d1313bc0aa56056500439bee845830;p=openstack-build%2Fcinder-build.git VMware: Remove unused constants This patch removes unused constants in the volumeops module of vmdk driver. These became unused after integration with oslo.vmware. Change-Id: Ib223b09b4ef833b2bd1e23ae54627790dc37073d --- diff --git a/cinder/volume/drivers/vmware/volumeops.py b/cinder/volume/drivers/vmware/volumeops.py index 4e4e61e0b..6fc0a01f4 100644 --- a/cinder/volume/drivers/vmware/volumeops.py +++ b/cinder/volume/drivers/vmware/volumeops.py @@ -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):