From 2b01aeee595fa1dcc04b043ea2443c283e25ed35 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Tue, 14 Jul 2015 11:23:11 -0400 Subject: [PATCH] make notifier default event publisher direct publisher is mainly for testing and was used for event pipeline to maintain consistency with previous functionality. this patch makes notifier default to move storage load to collector where it should be. Change-Id: I2b12ac8afcd6e66e36d03276198f2d8e310b518f --- etc/ceilometer/event_pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ceilometer/event_pipeline.yaml b/etc/ceilometer/event_pipeline.yaml index d6c5e256..10275f74 100644 --- a/etc/ceilometer/event_pipeline.yaml +++ b/etc/ceilometer/event_pipeline.yaml @@ -10,4 +10,4 @@ sinks: transformers: triggers: publishers: - - direct:// + - notifier://