Merge "Magnum: add oslo_messaging_notifications config"

This commit is contained in:
Jenkins 2017-05-03 13:25:10 +00:00 committed by Gerrit Code Review
commit 067fb6829f

View File

@ -68,3 +68,11 @@ cert_manager_type = barbican
{% else %}
cert_manager_type = x509keypair
{% endif %}
[oslo_messaging_notifications]
{% if enable_ceilometer | bool %}
driver = messaging
topics = 'notifications'
{% else %}
driver = noop
{% endif %}