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 c29f818696
)
This commit is contained in:
parent
d954d2522d
commit
4d12210832
@ -63,7 +63,8 @@ RUN {{ macros.install_pip(gnocchi_base_pip_packages | customizable("pip_packages
|
||||
'librados2-devel',
|
||||
'mod_ssl',
|
||||
'python3-ldappool',
|
||||
'python3-mod_wsgi'
|
||||
'python3-mod_wsgi',
|
||||
'python3-rados',
|
||||
] %}
|
||||
|
||||
# on x86-64 pip grabs precompiled numpy/scipy - on aarch64/ppc64le
|
||||
@ -86,7 +87,8 @@ RUN mkdir -p /var/www/cgi-bin/gnocchi \
|
||||
'apache2',
|
||||
'libapache2-mod-wsgi-py3',
|
||||
'librados-dev',
|
||||
'python3-ldappool'
|
||||
'python3-ldappool',
|
||||
'python3-rados',
|
||||
] %}
|
||||
|
||||
# on x86-64 pip grabs precompiled numpy/scipy - on aarch64/ppc64le
|
||||
|
Loading…
Reference in New Issue
Block a user