Merge "Change ManageEventPipeline to true"

This commit is contained in:
Jenkins 2017-08-30 12:42:06 +00:00 committed by Gerrit Code Review
commit ecc3f69778
2 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,7 @@ parameters:
description: Number of workers for Ceilometer service.
type: number
ManageEventPipeline:
default: false
default: true
description: Whether to manage event_pipeline.yaml.
type: boolean
EventPipelinePublishers:

View File

@ -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.