From 0eed8aa03bea4aaf02e147ef5d9b6846af2f713e Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Mon, 28 Aug 2017 08:00:02 -0400 Subject: 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 (cherry picked from commit 941b5d6797ea54afbc7b822ee045ce1186627e7c) --- .../notes/update-manage-event-pipeline-0a21e9ca92cbff4f.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/update-manage-event-pipeline-0a21e9ca92cbff4f.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/update-manage-event-pipeline-0a21e9ca92cbff4f.yaml b/releasenotes/notes/update-manage-event-pipeline-0a21e9ca92cbff4f.yaml new file mode 100644 index 00000000..f0e43323 --- /dev/null +++ b/releasenotes/notes/update-manage-event-pipeline-0a21e9ca92cbff4f.yaml @@ -0,0 +1,6 @@ +--- +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. -- cgit 1.2.3-korg