Added ceilometer decision in neutron.conf for event notifications
Changes the oslo_messaging_notifications driver of neutron if ceilometer is enabled Change-Id: I16667ceb6fe75aff7f324d342e5075e1b028c70e Closes-Bug: 1604793
This commit is contained in:
parent
da61508db8
commit
76f0f9ae27
@ -82,4 +82,9 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
|
|||||||
|
|
||||||
|
|
||||||
[oslo_messaging_notifications]
|
[oslo_messaging_notifications]
|
||||||
|
{% if enable_ceilometer | bool %}
|
||||||
|
driver = messagingv2
|
||||||
|
topics = notifications
|
||||||
|
{% else %}
|
||||||
driver = noop
|
driver = noop
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user