From 2af5b376a29775b026d6a3c2100469f79ce2a745 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 6 Jul 2021 21:34:13 +0900 Subject: Gnocchi: replace deprecated [storage] coordination_url [storage] coordination_url was deprecated since Gnocchi 4.1.0 and replaced by [DEFAULT] coordination_url[1]. [1] https://github.com/gnocchixyz/gnocchi/commit/70b9ca427 Change-Id: I7e271ca36216d10ce23942c06ae2f3575c00fdee --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devstack') 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 } -- cgit v1.2.1