Description of problem: If we specify multiple event or metric dispatchers, they should be added on different lines. Version-Release number of selected component (if applicable): puppet-ceilometer-9.5.0-2 How reproducible: 100% Steps to Reproduce: 1. Deploy with this template ~~~ parameter_defaults: ExtraConfig: ceilometer::collector::event_dispatcher: ['gnocchi', 'database'] ~~~~ Actual results: # grep ^event_dispatcher /etc/ceilometer/ceilometer.conf event_dispatchers=gnocchi,database Expected results: # grep ^event_dispatcher /etc/ceilometer/ceilometer.conf event_dispatchers=gnocchi event_dispatchers=database Additional info: This bug is in relation of this bug https://bugzilla.redhat.com/show_bug.cgi?id=1517927
Backport sent upstream.
According to our records, this should be resolved by puppet-ceilometer-9.5.0-4.el7ost. This build is available now.