← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1240349] Re: publish_errors cfg option is broken

 

** Changed in: nova/havana
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1240349

Title:
  publish_errors cfg option is broken

Status in Cinder:
  Fix Committed
Status in OpenStack Identity (Keystone):
  Fix Released
Status in Keystone havana series:
  Fix Committed
Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in OpenStack Compute (Nova):
  Fix Released
Status in OpenStack Compute (nova) havana series:
  Fix Released
Status in Trove - Database as a Service:
  In Progress

Bug description:
  Our nova.conf contains a publish_errors option, which doesn't work
  because we don't have the necessary oslo modules:

  # publish error events (boolean value)
  publish_errors=true

  [root@ip9-12-17-141 ˜]# Traceback (most recent call last):
    File "/usr/bin/nova-api", line 10, in <module>
      sys.exit(main())
    File "/usr/lib/python2.6/site-packages/nova/cmd/api.py", line 41, in main
      logging.setup("nova")
    File "/usr/lib/python2.6/site-packages/nova/openstack/common/log.py", line 372, in setup
      _setup_logging_from_conf()
    File "/usr/lib/python2.6/site-packages/nova/openstack/common/log.py", line 472, in _setup_logging_from_conf
      logging.ERROR)
    File "/usr/lib/python2.6/site-packages/nova/openstack/common/importutils.py", line 40, in import_object
      return import_class(import_str)(*args, **kwargs)
    File "/usr/lib/python2.6/site-packages/nova/openstack/common/importutils.py", line 30, in import_class
      __import__(mod_str)
  ImportError: No module named log_handler

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