summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh1
1 files changed, 0 insertions, 1 deletions
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