From e6cfc958e5d1313bc0aa56056500439bee845830 Mon Sep 17 00:00:00 2001 From: Vipin Balachandran Date: Wed, 5 Aug 2015 12:58:20 +0530 Subject: [PATCH] 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 --- cinder/volume/drivers/vmware/volumeops.py | 2 -- 1 file changed, 2 deletions(-) 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): -- 2.45.2