puppet-ceilometer/releasenotes/notes/configure-pipeline-8cc371e4af193f1d.yaml
Pradeep Kilambi 347140eca0 Add support to configure publisher in pipeline.yaml
pipeline yaml defaults to gnocchi publisher. This wont work
if collector(which is deprecated) is still being used. This
should be set to notifier:// instead. So lets make this
configurable.

Change-Id: I242642035c3d3d6e814f54bcd2d1e15c3a53120b
2017-04-11 13:56:33 -04:00

6 lines
171 B
YAML

---
fixes:
- Add ability to configure pipeline yaml publishers. The default is
gnocchi. If you are using collector, override this param to
publisher:// instead.