Skip to content

Commit d08f8c4

Browse files
authored
fix: added gnocchiclient to allow resource cleaner job to execute (#443)
Signed-off-by: Jorge Perez <[email protected]>
1 parent 589974d commit d08f8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Containerfiles/GnocchiRXT-Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt update && \
3030
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 && \
3131
pip install \
3232
"gnocchi[postgresql,ceph,keystone] @ git+https://github.com/gnocchixyz/gnocchi.git@${GNOCCHI_VERSION}" \
33+
"gnocchiclient" \
3334
"pymemcache" \
3435
"pymysql" \
3536
"sqlalchemy>=1.4.24,<2"

0 commit comments

Comments
 (0)