puppet-ceilometer/releasenotes/notes/fix-dispatcher-params-fe916b43ffa5aeab.yaml
Pradeep Kilambi a791baa616 Fix dispatcher params
Currently we join the params and pass in a string to the dispatcher
settings. This wont work as ceilometer config expects separate
lines for each value.

Change-Id: I3813f0918c8394ef14959be7580bf026314ba82e
2017-04-04 17:26:49 -04:00

5 lines
126 B
YAML

---
fixes:
- Fix dispatcher params to not convert the array into string. This way
its compatible with service defaults.