Merge "Added ceilometer decision in neutron.conf for event notifications"

This commit is contained in:
Jenkins 2016-07-22 03:00:47 +00:00 committed by Gerrit Code Review
commit d944418458
1 changed files with 5 additions and 0 deletions

View File

@ -82,4 +82,9 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
[oslo_messaging_notifications]
{% if enable_ceilometer | bool %}
driver = messagingv2
topics = notifications
{% else %}
driver = noop
{% endif %}