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:
parent
c66d5648db
commit
f1bdf6751a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user