summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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