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:
parent
afbe3a4b89
commit
f47af941f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user