Pin Gnocchi 4.5.0 to 2023.1 release

Instead of setting Gnocchi version through localrc configuration, it is hardcoded in devstack settings. A particular stable release of OpenStack is not expected to be tested with multiple Gnocchi releases and therefore the version pinned in this release is not expected to change.

Change-Id: I60e9716555999f19d360b8219b9539c88622e07f
This commit is contained in:
Yadnesh Kulkarni 2023-09-11 15:29:15 +05:30
parent afbe3a4b89
commit f47af941f7

View File

@ -18,7 +18,7 @@ fi
GNOCCHI_DIR=${GNOCCHI_DIR:-${DEST}/gnocchi}
GNOCCHI_BRANCH=${GNOCCHI_BRANCH:-"master"}
GNOCCHI_BRANCH=${GNOCCHI_BRANCH:-"4.5.0"}
GNOCCHI_REPO=${GNOCCHI_REPO:-https://github.com/gnocchixyz/gnocchi}
# Gnocchi default archive_policy for Ceilometer
if [ -n "$GNOCCHI_ARCHIVE_POLICY_TEMPEST" ]; then