Merge "Heat: add oslo_messaging_notifications config"

This commit is contained in:
Jenkins 2017-03-29 01:56:40 +00:00 committed by Gerrit Code Review
commit b46144573d

View File

@ -89,7 +89,12 @@ auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_publi
{% endif %}
[oslo_messaging_notifications]
{% if enable_ceilometer | bool %}
driver = messagingv2
topics = 'notifications'
{% else %}
driver = noop
{% endif %}
[clients]
endpoint_type = internalURL