VMWare configuration with openstack
we have esxi 4.1 and 5.0. we are looking to use it as hypervisor with openstack essex. Looking for configuration settings and steps for vmware.
First time here? Check out the FAQ!
we have esxi 4.1 and 5.0. we are looking to use it as hypervisor with openstack essex. Looking for configuration settings and steps for vmware.
Hi,
On your nova compute host (most likely a VM on the ESXi host itself) you have to add this lines on nova.conf file:
--vmwareapi_host_ip=10.10.10.25
--vmwareapi_host_username=root
--vmwareapi_host_password=root
--vmwareapi_wsdl_loc=http://10.10.10.123:8080/wsdl/vim25/vimService.wsdl
The first in obviously the host in which your Hypervisor is installed, then at the last line you have to specify the location of VMWare wsdl.
Download it from: http://www.vmware.com/support/developer/vc-sdk/
Thanks Russell Bryant, that solved my question.
connection_type=vmwareapi
what needs to be the value of connection_type ="??????" kvm/qemu/xen...any other....?????
Thanks for the reply....will try to do it.
Asked: 2012-06-27 12:10:10 -0600
Seen: 46 times
Last updated: Jan 18