Heat: add oslo_messaging_notifications config

Heat can send RPC notifications to Ceilometer as define here:
https://github.com/openstack/ceilometer/blob/master/ceilometer/pipeline/data/event_definitions.yaml#L139

oslo_messaging_notifications section MUST be managed in heat.conf file.

Closes-Bug: #1674935
Change-Id: I314e34a7a7b6caab72b916331f5f20c29afde438
This commit is contained in:
Bertrand Lallau 2017-03-10 23:05:24 +01:00 committed by Bertrand Lallau
parent c0df4ab8b6
commit 916a69c9fa

View File

@ -85,7 +85,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