commit | 74f5755d4e588d43e83db94a7153b0bb7f315485 | [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 16:43:47 2019 +0400 |
tree | 4c434b1c562b9daa12f6b12150416307db2b3c44 | |
parent | c69b83770547f7532efd015895b560f8aa07b2d3 [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}"