Update stx-gnocchi image to drop fork
This commit updates the stx-gnocchi image directives files to point to the upstream gnocchi repo, rather than the temporary fork. Change-Id: Ie8d7076fa35e8bb924c1f67b5ab2a3fc8d532d34 Story: 2004751 Task: 33480 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
7afcf23c4e
commit
ac35d5d645
@ -1,12 +1,7 @@
|
||||
BUILDER=loci
|
||||
LABEL=stx-gnocchi
|
||||
PROJECT=gnocchi
|
||||
# Temporarily pointing to forked gnocchi repo
|
||||
# This is necessary to revert a specific commit that does
|
||||
# not support the older CEPH currently in starlingx.
|
||||
# Once the CEPH upgrade is complete, we can go back
|
||||
# to using the main repo
|
||||
PROJECT_REPO=https://github.com/donpenney/gnocchi.git
|
||||
PROJECT_REPO=https://github.com/gnocchixyz/gnocchi.git
|
||||
PIP_PACKAGES="pylint SQLAlchemy SQLAlchemy-Utils oslo.db keystonemiddleware gnocchiclient pymemcache psycopg2"
|
||||
DIST_PACKAGES="python-rados"
|
||||
PROFILES="gnocchi apache"
|
||||
|
@ -1,12 +1,8 @@
|
||||
BUILDER=loci
|
||||
LABEL=stx-gnocchi
|
||||
PROJECT=gnocchi
|
||||
# Temporarily pointing to forked gnocchi repo
|
||||
# This is necessary to revert a specific commit that does
|
||||
# not support the older CEPH currently in starlingx.
|
||||
# Once the CEPH upgrade is complete, we can go back
|
||||
# to using the main repo
|
||||
PROJECT_REPO=https://github.com/donpenney/gnocchi.git
|
||||
PROJECT_REPO=https://github.com/gnocchixyz/gnocchi.git
|
||||
PROJECT_REF=4.3.2
|
||||
PIP_PACKAGES="pylint SQLAlchemy SQLAlchemy-Utils oslo.db keystonemiddleware gnocchiclient pymemcache psycopg2"
|
||||
DIST_PACKAGES="python-rados"
|
||||
PROFILES="gnocchi apache"
|
||||
|
Loading…
Reference in New Issue
Block a user