Merge "Added ceilometer decision in neutron.conf for event notifications"
This commit is contained in:
commit
d944418458
@ -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