Merge "Magnum: add oslo_messaging_notifications config"
This commit is contained in:
commit
067fb6829f
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user