From 9d90ce8d37c0020077e4429f41c1ea937c1b3c1e Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 6 Jul 2018 15:18:17 +0200 Subject: notification: remove workload partitioning Workload partitioning has been quite fragile and poorly performing so it's not advised to use it. It was useful for transformers: since transformers are going away too, let's simplify the code base and remove it Change-Id: Ief2f0e00d3c091f978084da153b0c76377772f28 --- devstack/plugin.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'devstack') diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 02101d9f..9031b258 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -262,7 +262,6 @@ function configure_ceilometer { if [[ -n "$CEILOMETER_COORDINATION_URL" ]]; then iniset $CEILOMETER_CONF coordination backend_url $CEILOMETER_COORDINATION_URL - iniset $CEILOMETER_CONF notification workload_partitioning True iniset $CEILOMETER_CONF notification workers $API_WORKERS fi -- cgit v1.2.1