From cf3cc74fcb65de3c59f98db001267e05ae405186 Mon Sep 17 00:00:00 2001 From: hartsocks Date: Mon, 29 Apr 2013 20:41:17 -0700 Subject: fix broken WSDL logic vSphere driver incorrectly assumes that a WSDL is locally required. A local WSDL is only needed as a work-around for certain situations. Fixes bug 1171215 Change-Id: Id8c5fc104c244ba768c58b97afdc26703c5c42ac --- etc/nova/nova.conf.sample | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index 4d8fabd00..762576e84 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -2256,10 +2256,8 @@ # Options defined in nova.virt.vmwareapi.vim # -# VIM Service WSDL Location e.g -# http:///vimService.wsdl. Due to a bug in vSphere ESX -# 4.1 default wsdl. Refer readme-vmware to setup (string -# value) +# Optional VIM Service WSDL Location e.g +# http:///vimService.wsdl #vmwareapi_wsdl_loc= -- cgit