aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-11-01 12:44:23 +0000
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-11-13 14:22:10 +0000
commitc0adfdfabad5927b0fb5aeaa39b369479dcfc299 (patch)
treee56c7b3e53638f3d88e7e86f9d5fb2f04178977b /releasenotes/notes
parent994922a8ba996fe68d047df0e1486fa805dbea31 (diff)
Keystone: Enable notification topics to be configured
This enables the configuration of notification topics via the KeystoneNotificationTopics parameter. Change-Id: I224e730e41e1bcb703e5deebfab3ca74f08faa02 Related-Bug: #1729293 (cherry picked from commit 3de75ccea06a160f8afb21f9da461109a08f7cbc)
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/extra-keystone-notification-topics-8be1d37afd90b910.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/extra-keystone-notification-topics-8be1d37afd90b910.yaml b/releasenotes/notes/extra-keystone-notification-topics-8be1d37afd90b910.yaml
new file mode 100644
index 00000000..d39a1ae2
--- /dev/null
+++ b/releasenotes/notes/extra-keystone-notification-topics-8be1d37afd90b910.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ The KeystoneNotificationTopics parameter was introduced. This takes a list
+ which will configure extra notification topics, which end up as queues in
+ the message broker. This is useful for when keystone notifications need to
+ be integrated with third party software. Note that enabling telemetry will
+ by default make keystone emit notifications to the 'notifications' topic, but
+ this parameter can enable extra topics still.