From 58a2592a55b23cd84a6ec599318860edec114cf7 Mon Sep 17 00:00:00 2001 From: shaofeng_cheng Date: Thu, 29 Jun 2017 09:55:47 +0800 Subject: [PATCH] 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 --- doc/source/configuration/configuring.rst | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index d8af2ba34f..7d9006603c 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -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.