Bug 967792 - quantum-dist.conf referencing to not existing notification_driver
Summary: quantum-dist.conf referencing to not existing notification_driver
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-neutron
Version: 3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 4.0
Assignee: RHOS Maint
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-28 10:54 UTC by Attila Fazekas
Modified: 2016-04-26 13:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-13 07:07:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Attila Fazekas 2013-05-28 10:54:13 UTC
$ grep list_notifier /usr/share/quantum/*
/usr/share/quantum/quantum-dist.conf:notification_driver = quantum.openstack.common.notifier.list_notifier
/usr/share/quantum/quantum-dist.conf:list_notifier_drivers = quantum.openstack.common.notifier.rabbit_notifier

/var/log/quantum/server.log:
2013-05-26 10:53:32    ERROR [quantum.openstack.common.notifier.api] Failed to load notifier quantum.openstack.common.notifier.list_notifier. These notifications will not be sent.
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/quantum/openstack/common/notifier/api.py", line 169, in add_driver
    driver = importutils.import_module(notification_driver)
  File "/usr/lib/python2.6/site-packages/quantum/openstack/common/importutils.py", line 58, in import_module
    __import__(import_str)
ImportError: No module named list_notifier

Comment 3 Attila Fazekas 2013-08-12 12:44:01 UTC
The version 2013.1.2-4.el6ost does not contains 'notification_driver' option in the /usr/share/quantum/quantum-dist.conf.

No 'list_notifier' driver module import attempt after a packstack install.

Comment 4 lpeer 2013-08-13 07:07:55 UTC
per comment #3 I'm closing this bug


Note You need to log in before you can comment on or make changes to this bug.