aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/keystone-notification-topics-5b155e7b5e60b7fd.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-11-01 10:47:49 +0000
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-11-13 14:20:44 +0000
commitb25798b8f000facad56a83b0158809072b527813 (patch)
tree484dc90438c8443408a4c0975a2cb4d99f9cb9f9 /releasenotes/notes/keystone-notification-topics-5b155e7b5e60b7fd.yaml
parentf2b1ec7ee9c70563ed682c314910c8fd4c6871aa (diff)
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 (cherry picked from commit bbe7d9effe51324ef5fa75e40f9d0ca74544d484)
Diffstat (limited to 'releasenotes/notes/keystone-notification-topics-5b155e7b5e60b7fd.yaml')
-rw-r--r--releasenotes/notes/keystone-notification-topics-5b155e7b5e60b7fd.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/keystone-notification-topics-5b155e7b5e60b7fd.yaml b/releasenotes/notes/keystone-notification-topics-5b155e7b5e60b7fd.yaml
new file mode 100644
index 0000000..3986c6f
--- /dev/null
+++ b/releasenotes/notes/keystone-notification-topics-5b155e7b5e60b7fd.yaml
@@ -0,0 +1,7 @@
+---
+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.