Merge "drop notifications_designate"

This commit is contained in:
Zuul 2017-12-04 09:59:30 +00:00 committed by Gerrit Code Review
commit e16f7063e0
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 }}