Merge "Remove unused variable in vmware store"

This commit is contained in:
Jenkins 2016-07-08 04:14:34 +00:00 committed by Gerrit Code Review
commit 7207ffaf61
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. '