tripleo-heat-templates/releasenotes/notes/update-manage-event-pipeline-0a21e9ca92cbff4f.yaml
Pradeep Kilambi 941b5d6797 Change ManageEventPipeline to true
Since the event pipeline publisher defaults in the heat templates are
different from what puppet sets. We need to have the Manage to true so
override takes effect. Without this we keep defaulting back to puppet
defaults. We can flip this back to false once panko:// is droppped as
a supported option from the pipeline.

Change-Id: I2248c165783dddfb4cb7cf5644884dd8f6e6ed63
2017-08-28 13:51:58 -04:00

7 lines
273 B
YAML

---
fixes:
- Change the default ManageEventPipeline to true. This is because we want
the event pipeline publishers overridden by heat templates to take
effect over the puppet defaults. Once we drop panko:// from the pipeline
we can switch this back to false.