yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59532
[Bug 1575335] Re: Out-of-tree compute drivers no longer loading
** Also affects: nova-docker
Importance: Undecided
Status: New
** Changed in: nova-docker
Assignee: (unassigned) => Sayali Lunkad (sayalilunkad)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1575335
Title:
Out-of-tree compute drivers no longer loading
Status in OpenStack Compute (nova):
Fix Released
Status in nova-docker:
New
Status in nova-powervm:
Fix Released
Bug description:
Commit
https://github.com/openstack/nova/commit/8eb03de1eb83a6cd2d4d41804e1b8253f94e5400
removed the mechanism by which nova-powervm was loading its Compute
driver from out of tree, resulting in the following failure to start
up n-cpu:
2016-04-25 23:53:46.581 32459 INFO nova.virt.driver [-] Loading compute driver 'nova_powervm.virt.powervm.driver.PowerVMDriver'
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver [-] Unable to load the virtualization driver
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver Traceback (most recent call last):
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver File "/opt/stack/nova/nova/virt/driver.py", line 1623, in load_compute_driver
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver virtapi)
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver File "/usr/local/lib/python2.7/dist-packages/oslo_utils/importutils.py", line 44, in import_object
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver return import_class(import_str)(*args, **kwargs)
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver File "/usr/local/lib/python2.7/dist-packages/oslo_utils/importutils.py", line 30, in import_class
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver __import__(mod_str)
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver ImportError: No module named nova_powervm.virt.powervm.driver
2016-04-25 23:53:46.582 32459 ERROR nova.virt.driver
n-cpu failed to start
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1575335/+subscriptions