Replace cradox with rados
Gnocchi supports both, but cradox is not actively maintained. Change-Id: I3d9547237ffa3ee02c306376f0e553fce5472e57
This commit is contained in:
parent
2725ed9d84
commit
934d0b21f8
@ -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' %}
|
||||
|
Loading…
Reference in New Issue
Block a user