Merge "Magnum: add oslo_messaging_notifications config"
This commit is contained in:
commit
067fb6829f
@ -68,3 +68,11 @@ cert_manager_type = barbican
|
|||||||
{% else %}
|
{% else %}
|
||||||
cert_manager_type = x509keypair
|
cert_manager_type = x509keypair
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
[oslo_messaging_notifications]
|
||||||
|
{% if enable_ceilometer | bool %}
|
||||||
|
driver = messaging
|
||||||
|
topics = 'notifications'
|
||||||
|
{% else %}
|
||||||
|
driver = noop
|
||||||
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user