From f1bdf6751a503ee570ce114f9a31fdb2959a79d0 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Mon, 13 Mar 2017 09:30:29 +0100 Subject: [PATCH] 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 --- devstack/plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 4e07f5a986..2744d951b8 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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