VMWare configuration with openstack

Asked by pramod

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.

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Russell Bryant
Solved:
Last query:
Last reply:
Revision history for this message
Ivar Lazzaro (mmaleckk) said :
#1

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/

Revision history for this message
pramod (p-rathor) said :
#2

Thanks for the reply....will try to do it.

Revision history for this message
pramod (p-rathor) said :
#3

what needs to be the value of connection_type ="??????" kvm/qemu/xen...any other....?????

Revision history for this message
Best Russell Bryant (russellb) said :
#4

connection_type=vmwareapi

Revision history for this message
pramod (p-rathor) said :
#5

Thanks Russell Bryant, that solved my question.