summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorliusheng <liusheng@huawei.com>2017-04-01 14:37:45 +0800
committerliusheng <liusheng@huawei.com>2017-04-01 14:39:22 +0800
commitaf7c046e7d126f7c7fb875f454b65668729c09bc (patch)
tree4e83032dcea3b83d2b109cb8dc7392bd9b8d4bac /devstack
parentb6d5a5f64e6809aac3c3c8c4f5d71fe991c0d580 (diff)
downloadceilometer-af7c046e7d126f7c7fb875f454b65668729c09bc.tar.gz
Correct the configuration of pipeline_processing_queues in devstack
The [notification] section was missed in the configuration of devstack script. Change-Id: If955fad4d5c1ceede8a24cd135c6c7b3195be3cf Closes-Bug: #1678380
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 614ec5a7..dc020902 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -289,7 +289,7 @@ function configure_ceilometer {
iniset $CEILOMETER_CONF coordination backend_url $CEILOMETER_COORDINATION_URL
iniset $CEILOMETER_CONF notification workload_partitioning True
iniset $CEILOMETER_CONF notification workers $API_WORKERS
- iniset $CEILOMETER_CONF pipeline_processing_queues $API_WORKERS
+ iniset $CEILOMETER_CONF notification pipeline_processing_queues $API_WORKERS
fi
if [[ -n "$CEILOMETER_CACHE_BACKEND" ]]; then