Remove datastore_name and datacenter_path

Two options (vmware_datacenter_path and vmware_datastore_name) in
the VMware driver were supposed to be removed as of Liberty and
its now Mitaka.

see:
https://github.com/openstack/glance_store/blob/master/glance_store/_drivers/vmware_datastore.py

Change-Id: Id13de4c2901fa0bcaaf04f7c356d7dbcdcbed365
This commit is contained in:
shaofeng_cheng 2017-06-29 09:55:47 +08:00
parent ffc84dec67
commit 58a2592a55

View File

@ -1086,24 +1086,8 @@ Configuring the VMware Storage Backend
Password for authenticating with VMware ESX/ESXi or vCenter Server.
``vmware_datacenter_path=DC_PATH``
Optional. Default: ``ha-datacenter``
Can only be specified in configuration files.
Inventory path to a datacenter. If the ``vmware_server_host`` specified
is an ESX/ESXi, the ``vmware_datacenter_path`` is optional. If specified,
it should be ``ha-datacenter``.
``vmware_datastore_name=DS_NAME``
Required when using the VMware storage backend.
Can only be specified in configuration files.
Datastore name associated with the ``vmware_datacenter_path``
``vmware_datastores``
Optional. Default: Not set.
Required when using the VMware storage backend.
This option can only be specified in configuration file and is specific
to the VMware storage backend.