Revert "devstack: Set an optimal processing queue"

This reverts commit f1bdf6751a.

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
This commit is contained in:
gordon chung
2017-11-06 18:02:13 +00:00
parent c02b86bbcf
commit 0dbdd043c4

View File

@@ -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