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 %}
|
||||
|
||||
[oslo_messaging_notifications]
|
||||
{% if enable_ceilometer | bool %}
|
||||
driver = messagingv2
|
||||
topics = 'notifications'
|
||||
{% else %}
|
||||
driver = noop
|
||||
{% endif %}
|
||||
|
||||
[clients]
|
||||
endpoint_type = internalURL
|
||||
|
Loading…
Reference in New Issue
Block a user