Merge "Remove wsdl_location configuration option"

This commit is contained in:
Jenkins
2017-06-30 17:16:59 +00:00
committed by Gerrit Code Review
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.