From 0800daaae5041736fd0cacf3525695500b6b9ed5 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Thu, 27 Jul 2017 09:53:59 -0400 Subject: Update EventPipelinePublisher param description to include zaqar Since we now support zaqar:// publisher, Enhance the description to indicate how to set the zaqar publisher. Change-Id: Ib7eba98d199fade2346620672e33b74686d4685b --- puppet/services/ceilometer-base.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'puppet') diff --git a/puppet/services/ceilometer-base.yaml b/puppet/services/ceilometer-base.yaml index 9fc1530a..5cc020a9 100644 --- a/puppet/services/ceilometer-base.yaml +++ b/puppet/services/ceilometer-base.yaml @@ -51,6 +51,8 @@ parameters: description: > A list of publishers to put in event_pipeline.yaml. When the collector is used, override this with notifier:// publisher. + If zaqar is enabled, you can also publish to a zaqar queue + by including "zaqar://?queue=queue_name" in this list. Set ManageEventPipeline to true for override to take effect. type: comma_delimited_list ManagePipeline: -- cgit 1.2.3-korg