aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/ceilometer-keystone-notifications-f1e463d0ec939b22.yaml5
-rw-r--r--releasenotes/notes/extra-keystone-notification-topics-8be1d37afd90b910.yaml9
2 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/ceilometer-keystone-notifications-f1e463d0ec939b22.yaml b/releasenotes/notes/ceilometer-keystone-notifications-f1e463d0ec939b22.yaml
new file mode 100644
index 00000000..c49806b2
--- /dev/null
+++ b/releasenotes/notes/ceilometer-keystone-notifications-f1e463d0ec939b22.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Enabling ceilometer automatically enables keystone notifications
+ through the 'notifications' topic (which was the default).
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.