summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devstack/plugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index ff8ee7d4..6c696eca 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -171,7 +171,7 @@ function configure_gnocchi {
write_uwsgi_config "$GNOCCHI_UWSGI_FILE" "$CEILOMETER_BIN_DIR/gnocchi-api" "/metric"
if [ -n "$GNOCCHI_COORDINATOR_URL" ]; then
- iniset $GNOCCHI_CONF storage coordination_url "$GNOCCHI_COORDINATOR_URL"
+ iniset $GNOCCHI_CONF coordination_url "$GNOCCHI_COORDINATOR_URL"
fi
}