Replace cradox with rados

Gnocchi supports both, but cradox is not actively maintained.

Change-Id: I3d9547237ffa3ee02c306376f0e553fce5472e57
This commit is contained in:
Matthias Runge 2020-09-03 08:55:48 +02:00 committed by Radosław Piliszek
parent 2725ed9d84
commit 934d0b21f8

View File

@ -21,7 +21,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set gnocchi_base_packages = [
'gnocchi-common',
'python3-boto3',
'python3-cradox',
'python3-rados',
] %}
{{ macros.install_packages(gnocchi_base_packages | customizable("packages")) }}
{% elif base_package_type == 'deb' %}