Unable to load vmwareapi.VMwareVCDriver driver on second compute node
Hello friends,
I have installed Openstack (Havana) successfully using RDO quick start guide on a single box and got it to work with VMware VC driver. I have also successfully added the second compute node by followed RDO guide ( http://openstack.redhat.com/Adding_a_compute_node ). However, I haven't been able to use the second compute node since I was not able to start the openstack-nova-compute service with VMwareVCDriver. I have included the output from compute.log below.
Any help will be greatly appreciated. Thanks!
2013-11-23 09:41:22.433 13625 DEBUG nova.servicegroup.api [-] ServiceGroup driver defined as an instance of new__ /usr/lib/python2.6/site-packages/nova/servicegroup/api.py:62 2013-11-23 09:41:22.637 13625 DEBUG stevedore.extension [-] found extension EntryPoint.parse('file = nova.im ownload.file') _load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:84 2013-11-23 09:41:22.752 13625 INFO nova.openstack.common.periodic_task [-] Skipping periodic task _periodic_ e_dns because its interval is negative 2013-11-23 09:41:22.766 13625 DEBUG stevedore.extension [-] found extension EntryPoint.parse('file = nova.im ownload.file') _load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:84 2013-11-23 09:41:22.847 13625 INFO nova.virt.driver [-] Loading compute driver 'vmwareapi.VMwareVCDriver' 2013-11-23 09:41:22.853 13625 ERROR nova.virt.driver [-] Unable to load the virtualization driver 2013-11-23 09:41:22.853 13625 TRACE nova.virt.driver Traceback (most recent call last): 2013-11-23 09:41:22.853 13625 TRACE nova.virt.driver File "/usr/lib/python2.6/site-packages/nova/virt/driv ", line 1108, in load_compute_driver 2013-11-23 09:41:22.853 13625 TRACE nova.virt.driver virtapi) 2013-11-23 09:41:22.853 13625 TRACE nova.virt.driver File "/usr/lib/python2.6/site-packages/nova/openstack on/importutils.py", line 54, in import_object_ns 2013-11-23 09:41:22.853 13625 TRACE nova.virt.driver return import_class(import_str)(args, *kwargs) 2013-11-23 09:41:22.853 13625 TRACE nova.virt.driver File "/usr/lib/python2.6/site-packages/nova/openstack on/importutils.py", line 30, in import_class 2013-11-23 09:41:22.853 13625 TRACE nova.virt.driver __import__(mod_str) 2013-11-23 09:41:22.853 13625 TRACE nova.virt.driver ImportError: No module named vmwareapi 2013-11-23 09:41:22.853 13625 TRACE nova.virt.driver