Replace cradox with rados

Gnocchi supports both, but cradox is not actively maintained.

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

View File

@ -18,9 +18,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if distro_python_version.startswith('3') %}
{% set gnocchi_base_packages = gnocchi_base_packages + [
'python3-boto3',
'python3-cradox',
'python3-ldappool',
'python3-mod_wsgi'
'python3-mod_wsgi',
'python3-rados',
] %}
{% else %}
{% set gnocchi_base_packages = gnocchi_base_packages + [