Comment 4 for bug 1180044

Revision history for this message
Shawn Hartsock (hartsock) wrote : Re: nova boot fails with multiple vCenter managed datacenters

Root cause:
https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/vmops.py#L200

Does not specify HOST!
http://pubs.vmware.com/vsphere-51/index.jsp#com.vmware.wssdk.apiref.doc/vim.Folder.html#createVm

Reference:
"The target host on which the virtual machine will run. This must specify a host that is a member of the ComputeResource indirectly specified by the pool. For a stand-alone host or a cluster with DRS, host can be omitted, and the system selects a default."