diff --git a/doc/config-reference/compute/section_hypervisor_vmware.xml b/doc/config-reference/compute/section_hypervisor_vmware.xml index e965bd0602..c340ba2b6f 100644 --- a/doc/config-reference/compute/section_hypervisor_vmware.xml +++ b/doc/config-reference/compute/section_hypervisor_vmware.xml @@ -178,7 +178,7 @@ (DRS).
VMwareVCDriver configuration options - When you use the VMwareVCDriver (vCenter) with OpenStack Compute, + When you use the VMwareVCDriver (vCenter versions 5.1 and later) with OpenStack Compute, add the following VMware-specific configuration options to the nova.conf file: @@ -190,11 +190,17 @@ host_ip=<vCenter host IP> host_username=<vCenter username> host_password=<vCenter password> cluster_name=<vCenter cluster name> -datastore_regex=<optional datastore regex> -wsdl_location=http://127.0.0.1:8080/vmware/SDK/wsdl/vim25/vimService.wsdl +datastore_regex=<optional datastore regex> + vSphere vCenter versions 5.0 and earlier: You must + specify the location of the WSDL files by adding the + wsdl_location=http://127.0.0.1:8080/vmware/SDK/wsdl/vim25/vimService.wsdl + setting to the above configuration. For more + information, see + vSphere 5.0 and + earlier additional set up. Clusters: The vCenter driver can support multiple clusters. To use more than one cluster, simply add multiple cluster_name lines in @@ -528,6 +534,11 @@ container_format=bare is_public=true \ xlink:href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=2010507" >known issue with the WSDL that was resolved in later versions. + When setting the VMwareVCDriver configuration options, you + must include the wsdl_location option. For more + information, see + VMwareVCDriver + configuration options above. Mirror WSDL from vCenter (or ESXi)