Merge "Heat: add oslo_messaging_notifications config"
This commit is contained in:
commit
b46144573d
@ -89,7 +89,12 @@ auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_publi
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[oslo_messaging_notifications]
|
[oslo_messaging_notifications]
|
||||||
|
{% if enable_ceilometer | bool %}
|
||||||
|
driver = messagingv2
|
||||||
|
topics = 'notifications'
|
||||||
|
{% else %}
|
||||||
driver = noop
|
driver = noop
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[clients]
|
[clients]
|
||||||
endpoint_type = internalURL
|
endpoint_type = internalURL
|
||||||
|
Loading…
Reference in New Issue
Block a user