diff --git a/templates/ceilometer.conf.j2 b/templates/ceilometer.conf.j2 index 71f657c9..167ef530 100644 --- a/templates/ceilometer.conf.j2 +++ b/templates/ceilometer.conf.j2 @@ -77,7 +77,9 @@ messaging_urls = rabbit://{{ keystone_rabbitmq_userid }}:{{ keystone_rabbitmq_pa [database] metering_connection = {{ ceilometer_connection_string }} event_connection = {{ ceilometer_connection_string }} +{% if groups['aodh_all'] is defined and groups['aodh_all'] | length > 0 %} alarm_connection = {{ aodh_connection_string }} +{% endif %} [keystone_authtoken] insecure = {{ keystone_service_internaluri_insecure | bool }}