From d08f8c496dba63eed445a212367ec3de00e645e5 Mon Sep 17 00:00:00 2001 From: Jorge Perez Date: Mon, 16 Sep 2024 13:38:50 -0500 Subject: [PATCH] fix: added gnocchiclient to allow resource cleaner job to execute (#443) Signed-off-by: Jorge Perez --- Containerfiles/GnocchiRXT-Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfiles/GnocchiRXT-Containerfile b/Containerfiles/GnocchiRXT-Containerfile index 4bae03ce..914a1fd1 100644 --- a/Containerfiles/GnocchiRXT-Containerfile +++ b/Containerfiles/GnocchiRXT-Containerfile @@ -30,6 +30,7 @@ RUN apt update && \ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 && \ pip install \ "gnocchi[postgresql,ceph,keystone] @ git+https://github.com/gnocchixyz/gnocchi.git@${GNOCCHI_VERSION}" \ + "gnocchiclient" \ "pymemcache" \ "pymysql" \ "sqlalchemy>=1.4.24,<2"