puppet-tripleo/releasenotes/notes/keystone-notification-topics-5b155e7b5e60b7fd.yaml
Juan Antonio Osorio Robles bbe7d9effe Make keystone notification topics configurable
By default keystone sends notifications to the 'notifications'
topic. This is consumed by default by ceilometer. However, when
ceilometer is not enabled, rabbitmq accumulates these notifications
since nothing is consuming them. This results in the queue consuming
rabbitmq's memory.

With this capability, we can now dynamically configure notification
topics depending on the 'keystone_notification_topics' hiera key.

Related-Bug: #1729293
Change-Id: I4dcce73446633c08ea37ba567610eec398094036
2017-11-01 13:47:03 +00:00

8 lines
259 B
YAML

---
features:
- |
keystone notification topics are now configured via the
keystone_notification_topics hiera key. Which aggregates
all the keys that match this. It's useful for dynamically
configuring the topics and not always sending them.