Remove wsdl_location configuration option

This option was deprecated in 15.0.0 and not even used.

Change-Id: I4b2b5e7ef3466cab129a59fedf7c339f1689b563
This commit is contained in:
Mike Perez 2017-05-07 22:39:11 -04:00 committed by Stephen Finucane
parent dde0bea80c
commit 55d07cf643
2 changed files with 5 additions and 20 deletions

View File

@ -188,26 +188,6 @@ operation from the cache location to the hypervisor file directory
in the shared datastore. If set to true, the above copy operation
is avoided as it creates copy of the virtual machine that shares
virtual disks with its parent VM.
"""),
cfg.StrOpt('wsdl_location',
deprecated_for_removal=True,
deprecated_reason='Only vCenter versions earlier than 5.1 '
'require this option and the current '
'minimum version is 5.1.',
deprecated_since='15.0.0',
help="""
This option specifies VIM Service WSDL Location
If vSphere API versions 5.1 and later is being used, this section can
be ignored. If version is less than 5.1, WSDL files must be hosted
locally and their location must be specified in the above section.
Optional over-ride to default location for bug work-arounds.
Possible values:
* http://<server>/vimService.wsdl
* file:///opt/stack/vmware/SDK/wsdl/vim25/vimService.wsdl
""")
]

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The ``[vmware] wsdl_location`` configuration option has been removed after
being deprecated in 15.0.0. It was unused and should have no impact.