Bug 967792
| Summary: | quantum-dist.conf referencing to not existing notification_driver | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Attila Fazekas <afazekas> |
| Component: | openstack-neutron | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.0 | CC: | chrisw, jkt, lpeer |
| Target Milestone: | --- | ||
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-13 07:07:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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. per comment #3 I'm closing this bug |
$ 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