[Bug 1934533] Re: ironic compute_driver should be ironic.IronicDriver
Corey Bryant
1934533 at bugs.launchpad.net
Wed Jul 14 12:12:49 UTC 2021
Hello Corey, or anyone else affected,
Accepted nova into wallaby-proposed. The package will build now and be
available in the Ubuntu Cloud Archive in a few hours, and then in the
-proposed repository.
Please help us by testing this new package. To enable the -proposed
repository:
sudo add-apt-repository cloud-archive:wallaby-proposed
sudo apt-get update
Your feedback will aid us getting this update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-wallaby-needed to verification-wallaby-done. If it
does not fix the bug for you, please add a comment stating that, and
change the tag to verification-wallaby-failed. In either case, details
of your testing will help us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: cloud-archive
Status: Triaged => Fix Committed
** Changed in: cloud-archive/wallaby
Status: Triaged => Fix Committed
** Tags added: verification-wallaby-needed
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1934533
Title:
ironic compute_driver should be ironic.IronicDriver
Status in Ubuntu Cloud Archive:
Fix Committed
Status in Ubuntu Cloud Archive victoria series:
Fix Committed
Status in Ubuntu Cloud Archive wallaby series:
Fix Committed
Status in Ubuntu Cloud Archive xena series:
Fix Committed
Status in nova package in Ubuntu:
Fix Released
Status in nova source package in Groovy:
Fix Committed
Status in nova source package in Hirsute:
Fix Committed
Status in nova source package in Impish:
Fix Released
Bug description:
2021-07-02 17:41:54.559 56835 INFO nova.virt.driver [req-f57f8765-efbe-4156-b22b-85f0a52d5fd2 - - - - -] Loading compute driver 'nova.virt.ironic.IronicDriver'
2021-07-02 17:41:54.560 56835 ERROR nova.virt.driver [req-f57f8765-efbe-4156-b22b-85f0a52d5fd2 - - - - -] Unable to load the virtualization driver: ModuleNotFoundError: No module named 'nova.virt.nova'
2021-07-02 17:41:54.560 56835 ERROR nova.virt.driver Traceback (most recent call last):
2021-07-02 17:41:54.560 56835 ERROR nova.virt.driver File "/usr/lib/python3/dist-packages/nova/virt/driver.py", line 1811, in load_compute_driver
2021-07-02 17:41:54.560 56835 ERROR nova.virt.driver driver = importutils.import_object(
2021-07-02 17:41:54.560 56835 ERROR nova.virt.driver File "/usr/lib/python3/dist-packages/oslo_utils/importutils.py", line 44, in import_object
2021-07-02 17:41:54.560 56835 ERROR nova.virt.driver return import_class(import_str)(*args, **kwargs)
2021-07-02 17:41:54.560 56835 ERROR nova.virt.driver File "/usr/lib/python3/dist-packages/oslo_utils/importutils.py", line 30, in import_class
2021-07-02 17:41:54.560 56835 ERROR nova.virt.driver __import__(mod_str)
2021-07-02 17:41:54.560 56835 ERROR nova.virt.driver ModuleNotFoundError: No module named 'nova.virt.nova'
The correct compute_driver for ironic is defined here:
https://docs.openstack.org/nova/latest/configuration/config.html#DEFAULT.compute_driver
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1934533/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list