yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51498
[Bug 1575335] Re: Out-of-tree compute drivers no longer loading
As we use the "direct-release" model in Nova we don't use the
"Fix Comitted" status for merged bug fixes anymore. I'm setting
this manually to "Fix Released" to be consistent.
[1] "[openstack-dev] [release][all] bugs will now close automatically
when patches merge"; Doug Hellmann; 2015-12-07;
http://lists.openstack.org/pipermail/openstack-dev/2015-December/081612.html
** Changed in: nova
Status: Fix Committed => Fix Released
--
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-powervm:
Fix Committed
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