Skip to content

Commit c29f818

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
1 parent 73c456f commit c29f818

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
@@ -49,6 +49,7 @@ RUN {{ macros.install_pip(gnocchi_base_pip_packages | customizable("pip_packages
4949

5050
{% set gnocchi_base_packages = [
5151
'librados2-devel',
52+
'python3-rados',
5253
] %}
5354

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

5859
{% set gnocchi_base_packages = [
5960
'librados-dev',
61+
'python3-rados',
6062
] %}
6163

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

0 commit comments

Comments
 (0)