Revert "drop notifications_designate"

This reverts commit 45792d3c86.

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:
Dmitrii Shcherbakov 2018-02-08 17:16:57 +03:00
parent 08e806f098
commit ff2547c6d5
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ ETC_NEUTRON = '/etc/neutron'
NOTIFICATION_TOPICS = [
'notifications',
'notifications_designate'
]
# Domain name validation regex which is used to certify that

View File

@ -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 }}