summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorhartsocks <hartsocks@vmware.com>2013-04-29 20:41:17 -0700
committerhartsocks <hartsocks@vmware.com>2013-05-02 22:17:51 -0700
commitcf3cc74fcb65de3c59f98db001267e05ae405186 (patch)
tree1857e36e021e63201d048c2d58cd37fce901eeb7 /etc
parentfeb1b03f9c2ce222273a0f03b78d66d5525be3ae (diff)
downloadnova-cf3cc74fcb65de3c59f98db001267e05ae405186.tar.gz
nova-cf3cc74fcb65de3c59f98db001267e05ae405186.tar.xz
nova-cf3cc74fcb65de3c59f98db001267e05ae405186.zip
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
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/nova.conf.sample6
1 files changed, 2 insertions, 4 deletions
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://<server>/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://<server>/vimService.wsdl
#vmwareapi_wsdl_loc=<None>