summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorgordon chung <gord@live.ca>2017-11-06 18:02:13 +0000
committergordon chung <gord@live.ca>2017-11-07 17:43:23 +0000
commit0dbdd043c4d4a62e66fc69ebfdbc7c6e1db243a3 (patch)
tree873f5957852f0535fa9ae6211ec8ac9c747339ed /devstack
parentc02b86bbcfca36ca6245d8ba3ae2582ddc5784bd (diff)
downloadceilometer-0dbdd043c4d4a62e66fc69ebfdbc7c6e1db243a3.tar.gz
Revert "devstack: Set an optimal processing queue"
This reverts commit f1bdf6751a503ee570ce114f9a31fdb2959a79d0. this causes distribution to be either 50/50 or 100/0. in the latter case, the single worker usually fails to process pipeline queues in a timely manner Change-Id: I7c34acb29290de641ccbef4844e1e6982fe8b173
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 5f62ea74..5e046ca7 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -251,7 +251,6 @@ 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 notification pipeline_processing_queues $API_WORKERS
fi
if [[ -n "$CEILOMETER_CACHE_BACKEND" ]]; then