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:
parent
96f91fe2bd
commit
45792d3c86
@ -53,7 +53,6 @@ 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,notifications_designate
|
||||
notification_topics = notifications
|
||||
api_workers = {{ workers }}
|
||||
rpc_workers = {{ workers }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user