Merge "Update notification_driver for oslo.messaging"

This commit is contained in:
Jenkins 2017-04-27 08:45:28 +00:00 committed by Gerrit Code Review
commit 89677aec92
6 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ bind_host = {{ bind_host }}
auth_strategy = keystone
{% if notifications == 'True' -%}
notification_driver = neutron.openstack.common.notifier.rpc_notifier
notification_driver = messaging
{% endif -%}
api_workers = {{ workers }}
rpc_workers = {{ workers }}

View File

@ -11,7 +11,7 @@ state_path = /var/lib/neutron
lock_path = $state_path/lock
bind_host = {{ bind_host }}
auth_strategy = keystone
notification_driver = neutron.openstack.common.notifier.rpc_notifier
notification_driver = messaging
api_workers = {{ workers }}
rpc_workers = {{ workers }}

View File

@ -11,7 +11,7 @@ use_syslog = {{ use_syslog }}
state_path = /var/lib/neutron
bind_host = {{ bind_host }}
auth_strategy = keystone
notification_driver = neutron.openstack.common.notifier.rpc_notifier
notification_driver = messaging
api_workers = {{ workers }}
rpc_workers = {{ workers }}

View File

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

View File

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

View File

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