devstack: Set an optimal processing queue

We recommend to set pipeline_processing_queues with the
same number of workers agent the infra have.
So do it for devstack too.

Change-Id: I64cc4770a9598f1fdeca4f7476e8965651af4097
This commit is contained in:
Mehdi Abaakouk 2017-03-13 09:30:29 +01:00
parent c66d5648db
commit f1bdf6751a

View File

@ -291,6 +291,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
fi
if [[ -n "$CEILOMETER_CACHE_BACKEND" ]]; then