diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-13 04:07:50 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-13 04:07:50 +0000 |
commit | 6e7e5d443c98a3a9fb50cbf8815b4a57165034e4 (patch) | |
tree | 05b58472054f6740e6a476e636601ef8cef32d47 /releasenotes/notes | |
parent | c76feac1a9d80c545330085c9928b6ff15f58096 (diff) | |
parent | d5145167cb13170cb2f8b928b3c920648e7ecaf0 (diff) |
Merge "Allow to set Notification Driver to 'noop'"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/notification-driver-noop-e322ca6704a5bc50.yaml | 10 |
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. |