diff --git a/devstack/plugin.sh b/devstack/plugin.sh index ff8ee7d46d..6c696ecad8 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 }