Bug 1225163
| Summary: | notifications are not being sent by OpenStack services because notification_driver is not defined in their config files | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | James Slagle <jslagle> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Ben Nemec <bnemec> |
| Status: | CLOSED ERRATA | QA Contact: | Yurii Prokulevych <yprokule> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 (Kilo) | CC: | achernet, bnemec, ddomingo, gdubreui, hbrock, jcoufal, jtomasek, kbasil, mburns, mcornea, rhel-osp-director-maint, rwsu, tzumainn, yeylon |
| Target Milestone: | ga | Keywords: | Reopened, Triaged, ZStream |
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-0.8.10-1.el7ost | Doc Type: | Enhancement |
| Doc Text: |
The Director now properly enabled notifications for external consumers.
|
Story Points: | --- |
| Clone Of: | 1212158 | Environment: | |
| Last Closed: | 2016-04-07 21:37:24 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: | |||
| Bug Depends On: | 1212158 | ||
| Bug Blocks: | |||
|
Comment 2
James Slagle
2015-05-26 18:09:25 UTC
Jirka, do you experience similar issue in your new GUI work? If not, can you close the bug please? We don't use this functionality in new GUI so this bug does not occur. We're using the notifications for the Cloudforms integration so can we keep this BZ opened? Investigating The fix for this has been proposed upstream for a while, and it recently merged to master. All we need to wrap this one up is the backport to merge. backport has been merged Verified with openstack-tripleo-heat-templates-0.8.12-2.el7ost.noarch. After enabling 'store_event' in ceilometer.conf events related to instance's life cycle where recieved without manual configuration of notification* options in nova.conf. Note that the store_events setting in ceilometer should now be exposed as a parameter in the templates, so it can be set at deploy time. The environment should look something like this: parameter_defaults: CeilometerStoreEvents: true Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-0604.html |