diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-28 19:01:43 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-28 19:01:43 +0000 |
commit | de1b38bb45fc4516490315efd819666917037476 (patch) | |
tree | 8e7ad47768dd90c99c2f9464aa88640808c21a35 | |
parent | ab55169703b93339c6c7ea012d7fbc4313f56778 (diff) | |
parent | 74a79d3ad9d8c1d005a5b93463e1a96b6c67d4de (diff) |
Merge "Add panko publisher in the event pipeline" into stable/pike
-rw-r--r-- | puppet/services/ceilometer-base.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/ceilometer-base.yaml b/puppet/services/ceilometer-base.yaml index 5cc020a9..b4c361a3 100644 --- a/puppet/services/ceilometer-base.yaml +++ b/puppet/services/ceilometer-base.yaml @@ -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. |