[Stable-only] Pin Gnocchi to a specific release

Currently we use the latest Gnocchi in functional tests but this
often results problems caused by any update in Gnocchi side.
This change pins Gnocchi to a specific version to avoid such problems.

Change-Id: I791f214c6c130973fff9703a0ada1efd93720ae6
This commit is contained in:
Takashi Kajinami
2021-07-25 17:28:22 +09:00
parent 788ed47801
commit 6026253883

View File

@@ -17,8 +17,7 @@ if [ "$CEILOMETER_BACKEND" = "gnocchi" ]; then
fi
# Gnocchi default archive_policy for Ceilometer
# TODO(sileht): when Gnocchi 4.0 is out use the tarball instead
GNOCCHI_GIT_PATH=${GNOCCHI_GIT_PATH:-git+https://github.com/gnocchixyz/gnocchi#egg=gnocchi}
GNOCCHI_GIT_PATH=${GNOCCHI_GIT_PATH:-git+https://github.com/gnocchixyz/gnocchi.git@4.4.1#egg=gnocchi}
if [ -n "$GNOCCHI_ARCHIVE_POLICY_TEMPEST" ]; then
GNOCCHI_ARCHIVE_POLICY=$GNOCCHI_ARCHIVE_POLICY_TEMPEST
else