Skip to content

Commit b9eac37

Browse files
committed
gnocchi: add python3-rados to gnocchi-base source image
The binary images include python3-rados as a dependency, but source images do not. This change fixes that. Change-Id: I2c8cdfcd25856ecdcfd9f302965187b3b62376ad Closes-Bug: #1927756 (cherry picked from commit c29f818)
1 parent c3caa99 commit b9eac37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/gnocchi/gnocchi-base/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RUN {{ macros.install_pip(gnocchi_base_pip_packages | customizable("pip_packages
5050

5151
{% set gnocchi_base_packages = [
5252
'librados2-devel',
53+
'python3-rados',
5354
] %}
5455

5556
{{ macros.install_packages(gnocchi_base_packages | customizable("packages")) }}
@@ -58,6 +59,7 @@ RUN mkdir -p /var/www/cgi-bin/gnocchi
5859

5960
{% set gnocchi_base_packages = [
6061
'librados-dev',
62+
'python3-rados',
6163
] %}
6264

6365
{{ macros.install_packages(gnocchi_base_packages | customizable("packages")) }}

0 commit comments

Comments
 (0)