commit | ff2ab10cb6e30291cfa55e5c4a1986129ac98c4d | [log] [tgz] |
---|---|---|
author | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Mon Aug 26 16:33:24 2019 +0400 |
committer | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Mon Aug 26 14:00:42 2019 +0000 |
tree | 6b4af08806a47f162e69c5a6c2b0b101eaee6716 | |
parent | 0fd87ae1a939916248f1c145ce67a349e6c47882 [diff] [blame] |
Add ability to set keystone specific notification topic PROD-32645 Change-Id: I661a24df78b119081292af730a7970bc834a096f
diff --git a/keystone/server/notification/messagingv2.yml b/keystone/server/notification/messagingv2.yml index 2cc7e64..0bddb91 100644 --- a/keystone/server/notification/messagingv2.yml +++ b/keystone/server/notification/messagingv2.yml
@@ -1,6 +1,8 @@ parameters: + _param: + keystone_notification_topics: "${_param:openstack_notification_topics}" keystone: server: notification: driver: messagingv2 - topics: "${_param:openstack_notification_topics}" + topics: "${_param:keystone_notification_topics}"