diff --git a/openstack/python-gnocchi/centos/stx-gnocchi.dev_docker_image b/openstack/python-gnocchi/centos/stx-gnocchi.dev_docker_image index 36b14873..44d69001 100644 --- a/openstack/python-gnocchi/centos/stx-gnocchi.dev_docker_image +++ b/openstack/python-gnocchi/centos/stx-gnocchi.dev_docker_image @@ -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" diff --git a/openstack/python-gnocchi/centos/stx-gnocchi.stable_docker_image b/openstack/python-gnocchi/centos/stx-gnocchi.stable_docker_image index 36b14873..b3fd5ca5 100644 --- a/openstack/python-gnocchi/centos/stx-gnocchi.stable_docker_image +++ b/openstack/python-gnocchi/centos/stx-gnocchi.stable_docker_image @@ -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"