← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1439796] [NEW] Ironic driver fails to start when CONF.ironic.client_log_level is set

 

Public bug reported:

In commit 97d63d8745cd9b3b391ce96b94b4da263b3a053d, logging was changed
to use oslo.log. However, the ironic driver previously interacted with
the stdlib logging module to set the log level dynamically.

oslo.log does not provide the methods that were being used
(getLevelName), and so this block of code causes nova-compute to fail to
start when this option is set:
https://github.com/openstack/nova/blob/master/nova/virt/ironic/driver.py#L184-187

** Affects: nova
     Importance: Undecided
     Assignee: Jim Rollenhagen (jim-rollenhagen)
         Status: In Progress

-- 
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/1439796

Title:
  Ironic driver fails to start when CONF.ironic.client_log_level is set

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  In commit 97d63d8745cd9b3b391ce96b94b4da263b3a053d, logging was
  changed to use oslo.log. However, the ironic driver previously
  interacted with the stdlib logging module to set the log level
  dynamically.

  oslo.log does not provide the methods that were being used
  (getLevelName), and so this block of code causes nova-compute to fail
  to start when this option is set:
  https://github.com/openstack/nova/blob/master/nova/virt/ironic/driver.py#L184-187

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1439796/+subscriptions


Follow ups

References