Skip to content

Commit

Permalink
fix: added gnocchiclient to allow resource cleaner job to execute (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <jorge.perez@rackspace.com>
  • Loading branch information
japerezjr committed Sep 16, 2024
1 parent 589974d commit d08f8c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfiles/GnocchiRXT-Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d08f8c4

Please sign in to comment.