bbe7d9effe
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
8 lines
259 B
YAML
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.
|