Update EventPipelinePublisher param description to include zaqar
authorPradeep Kilambi <pkilambi@redhat.com>
Thu, 27 Jul 2017 13:53:59 +0000 (09:53 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Thu, 3 Aug 2017 22:38:06 +0000 (22:38 +0000)
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

index 9fc1530..5cc020a 100644 (file)
@@ -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: