[Bug 1934533] Re: ironic compute_driver should be ironic.IronicDriver
Brian Murray
1934533 at bugs.launchpad.net
Tue Jul 13 17:03:21 UTC 2021
Hello Corey, or anyone else affected,
Accepted nova into hirsute-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/nova/3:23.0.1-0ubuntu1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed. 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, what testing has been
performed on the package and change the tag from verification-needed-
hirsute to verification-done-hirsute. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-hirsute. In either case, without details of your
testing we will not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance for helping!
N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.
** Changed in: nova (Ubuntu Hirsute)
Status: Triaged => Fix Committed
** Tags added: verification-needed verification-needed-hirsute
** Changed in: nova (Ubuntu Groovy)
Status: Triaged => Fix Committed
** Tags added: verification-needed-groovy
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1934533
Title:
ironic compute_driver should be ironic.IronicDriver
Status in Ubuntu Cloud Archive:
Triaged
Status in Ubuntu Cloud Archive victoria series:
Triaged
Status in Ubuntu Cloud Archive wallaby series:
Triaged
Status in Ubuntu Cloud Archive xena series:
Triaged
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