aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-13 04:07:50 +0000
committerGerrit Code Review <review@openstack.org>2017-07-13 04:07:50 +0000
commit6e7e5d443c98a3a9fb50cbf8815b4a57165034e4 (patch)
tree05b58472054f6740e6a476e636601ef8cef32d47 /releasenotes
parentc76feac1a9d80c545330085c9928b6ff15f58096 (diff)
parentd5145167cb13170cb2f8b928b3c920648e7ecaf0 (diff)
Merge "Allow to set Notification Driver to 'noop'"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/notification-driver-noop-e322ca6704a5bc50.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/notification-driver-noop-e322ca6704a5bc50.yaml b/releasenotes/notes/notification-driver-noop-e322ca6704a5bc50.yaml
new file mode 100644
index 00000000..b7090973
--- /dev/null
+++ b/releasenotes/notes/notification-driver-noop-e322ca6704a5bc50.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ Allow to configure the Message Queue notification driver.
+ By default, we'll configure 'messagingv2' but we can now
+ override NotificationDriver parameter and set 'noop' when
+ we don't want notifications, which is the case when
+ we disable Telemetry services.
+deprecations:
+ - KeystoneNotificationDriver is deprecated in favor of NotificationDriver.