Remove unused variable in vmware store

_datastore_info_valid is not used in the VMware store.

Change-Id: Iffd4adca0bc883fbf302dd1e7474ae6719c0f0ad
This commit is contained in:
Sabari Kumar Murugesan 2016-07-07 16:35:32 -07:00
parent 9a588122aa
commit fd84300241
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ DEFAULT_STORE_IMAGE_DIR = '/openstack_glance'
DS_URL_PREFIX = '/folder'
STORE_SCHEME = 'vsphere'
# check that datacenter/datastore combination is valid
_datastore_info_valid = False
_VMWARE_OPTS = [
cfg.StrOpt('vmware_server_host',
help=_('ESX/ESXi or vCenter Server target system. '