[Bug 1934533] Re: ironic compute_driver should be ironic.IronicDriver

Corey Bryant 1934533 at bugs.launchpad.net
Tue Aug 3 18:08:12 UTC 2021


This bug was fixed in the package nova - 3:23.0.1-0ubuntu1~cloud0
---------------

 nova (3:23.0.1-0ubuntu1~cloud0) focal-wallaby; urgency=medium
 .
   * New upstream release for the Ubuntu Cloud Archive.
 .
 nova (3:23.0.1-0ubuntu1) hirsute; urgency=medium
 .
   [ Corey Bryant ]
   * d/gbp.conf: Create stable/wallaby branch.
   * d/nova-compute-ironic.conf: Use the correct compute_driver for
     ironic (LP: #1934533).
 .
   [ Chris MacNaughton ]
   * New stable point release for OpenStack Wallaby (LP: #1935027).


** Changed in: cloud-archive/wallaby
       Status: Fix Committed => Fix Released

-- 
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 Released
Status in Ubuntu Cloud Archive wallaby series:
  Fix Released
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 Released
Status in nova source package in Hirsute:
  Fix Released
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