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
This commit is contained in:
Takashi Kajinami 2021-07-06 21:34:13 +09:00
parent 14922b71d2
commit 2af5b376a2
1 changed files with 1 additions and 1 deletions

View File

@ -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
}