notification topics missed from mitaka config

When the mitaka configs where created notifications_topic was missed
Curretnly designate is missing messages.

Change-Id: Iac1d6b0e5ab17e4d785284c70bc0c8ddc58e2f17
This commit is contained in:
Liam Young 2016-07-25 17:30:33 +00:00
parent 9a8088131e
commit 1a4e9592d1
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ state_path = /var/lib/neutron
bind_host = {{ bind_host }}
auth_strategy = keystone
notification_driver = neutron.openstack.common.notifier.rpc_notifier
notification_topics = notifications,notifications_designate
api_workers = {{ workers }}
rpc_workers = {{ workers }}