Merge "Sahara: add oslo_messaging_notifications config"

This commit is contained in:
Jenkins 2017-03-22 07:08:11 +00:00 committed by Gerrit Code Review
commit 23f32c00e6

View File

@ -42,6 +42,13 @@ project_domain_id = default
user_domain_id = default
auth_type = password
[oslo_messaging_notifications]
{% if enable_ceilometer | bool %}
driver = messagingv2
topics = 'notifications'
{% else %}
driver = noop
{% endif %}
[profiler]
enabled = False