From 55d07cf643971d41747f735595134673ab15c9d5 Mon Sep 17 00:00:00 2001 From: Mike Perez Date: Sun, 7 May 2017 22:39:11 -0400 Subject: [PATCH] Remove wsdl_location configuration option This option was deprecated in 15.0.0 and not even used. Change-Id: I4b2b5e7ef3466cab129a59fedf7c339f1689b563 --- nova/conf/vmware.py | 20 ------------------- ...wsdl-location-config-33d439f7fb7036a2.yaml | 5 +++++ 2 files changed, 5 insertions(+), 20 deletions(-) create mode 100644 releasenotes/notes/remove-wsdl-location-config-33d439f7fb7036a2.yaml diff --git a/nova/conf/vmware.py b/nova/conf/vmware.py index 6f2dff79a148..8a8b8ddf5d01 100644 --- a/nova/conf/vmware.py +++ b/nova/conf/vmware.py @@ -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:///vimService.wsdl -* file:///opt/stack/vmware/SDK/wsdl/vim25/vimService.wsdl """) ] diff --git a/releasenotes/notes/remove-wsdl-location-config-33d439f7fb7036a2.yaml b/releasenotes/notes/remove-wsdl-location-config-33d439f7fb7036a2.yaml new file mode 100644 index 000000000000..f42899f6296c --- /dev/null +++ b/releasenotes/notes/remove-wsdl-location-config-33d439f7fb7036a2.yaml @@ -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.