summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorliusheng <liusheng@huawei.com>2017-02-27 14:03:48 +0800
committerliusheng <liusheng@huawei.com>2017-02-27 14:04:21 +0800
commit8296d48138c5b5728b78111a1e24f793a84e5c00 (patch)
treecf794d547a1df398b6c2a5e2f506dacf53fba4bb /devstack
parent5275236df51e399e41b427993770c361b5e1068f (diff)
downloadceilometer-8296d48138c5b5728b78111a1e24f793a84e5c00.tar.gz
Using Panko as publisher than dispatcher if enabled
Change-Id: I2a5ced0d7a06ef68b6c149c35bc1df1116fe70a0
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 8e3802f7..df4292d7 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -277,7 +277,7 @@ function _ceilometer_configure_storage_backend {
if is_service_enabled panko-api; then
iniadd $CEILOMETER_CONF DEFAULT event_dispatchers panko
if ! grep -q 'panko' $CEILOMETER_CONF_DIR/event_pipeline.yaml ; then
- echo ' - direct://?dispatcher=panko' >> $CEILOMETER_DIR/ceilometer/pipeline/data/event_pipeline.yaml
+ echo ' - panko://' >> $CEILOMETER_DIR/ceilometer/pipeline/data/event_pipeline.yaml
fi
fi