Add panko publisher in the event pipeline

Even though panko is deprecated, we still enable it by default.
So lets keep it in pipeline as well until its fully dead.

Change-Id: Idac89820a66c59b921551857cccae6dbc38241c3
This commit is contained in:
Pradeep Kilambi 2017-08-23 10:18:13 -04:00
parent b88a0fb66c
commit 3dbd5bfe86
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ parameters:
description: Whether to manage event_pipeline.yaml.
type: boolean
EventPipelinePublishers:
default: ['gnocchi://']
default: ['gnocchi://', 'panko://']
description: >
A list of publishers to put in event_pipeline.yaml. When the
collector is used, override this with notifier:// publisher.