drop notifications_designate

A separate topic has been used for nova, neutron -> designate. Let's use
a single one instead.

Change-Id: I17d0036f6dcbfd0e87849091e453d2a8b2bc498f
Closes-Bug: #1710831
This commit is contained in:
Dmitrii Shcherbakov 2017-11-17 15:31:01 +03:00
parent 96f91fe2bd
commit 45792d3c86
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@ 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,notifications_designate
notification_topics = notifications
api_workers = {{ workers }}
rpc_workers = {{ workers }}