Revert "drop notifications_designate"
This reverts commit 45792d3c865149f2c94cef42b19c1385d7f7b0ee. During the discussions in reviews relevant to the bugs below the decision was to use both notifications_designate and notifications topics. Related-Bug: #1710831 Related-Bug: #1738100 Change-Id: I496f54d9917fe8c8279ebb91cc2fed02b74b181c
This commit is contained in:
parent
08e806f098
commit
ff2547c6d5
@ -53,6 +53,7 @@ ETC_NEUTRON = '/etc/neutron'
|
||||
|
||||
NOTIFICATION_TOPICS = [
|
||||
'notifications',
|
||||
'notifications_designate'
|
||||
]
|
||||
|
||||
# Domain name validation regex which is used to certify that
|
||||
|
@ -12,7 +12,7 @@ state_path = /var/lib/neutron
|
||||
bind_host = {{ bind_host }}
|
||||
auth_strategy = keystone
|
||||
notification_driver = messaging
|
||||
notification_topics = notifications
|
||||
notification_topics = notifications,notifications_designate
|
||||
api_workers = {{ workers }}
|
||||
rpc_workers = {{ workers }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user