Replace cradox with rados

Gnocchi supports both, but cradox is not actively maintained.

Change-Id: I3d9547237ffa3ee02c306376f0e553fce5472e57
(cherry picked from commit 934d0b21f8)
This commit is contained in:
Matthias Runge 2020-09-03 08:55:48 +02:00
parent 135f01d7e3
commit ef6cfb419a
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'httpd', 'httpd',
'mod_ssl', 'mod_ssl',
'python3-boto3', 'python3-boto3',
'python3-cradox',
'python3-ldappool', 'python3-ldappool',
'python3-mod_wsgi' 'python3-mod_wsgi',
'python3-rados',
] %} ] %}
{{ macros.install_packages(gnocchi_base_packages | customizable("packages")) }} {{ macros.install_packages(gnocchi_base_packages | customizable("packages")) }}
RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \