Merge "Sahara: add oslo_messaging_notifications config"
This commit is contained in:
commit
23f32c00e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user