Use python-rados instead of cradox

Let's use python-rados instead of cradox when gnocchi_storage_driver
is defined as ceph.

Change-Id: I76ec9ea9430805646ff6c969e849b9d91e9f42fb
This commit is contained in:
Dmitriy Rabotyagov 2019-09-09 15:21:00 +03:00
parent 9e5ec1f8d5
commit 4b5901ae78
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ gnocchi_services:
gnocchi_pip_packages:
- cryptography
- gnocchiclient
- "gnocchi[keystone,mysql,{{ gnocchi_storage_driver | default('file') }}]"
- "gnocchi[keystone,mysql,{{ gnocchi_storage_driver == 'ceph' | ternary('ceph_alternative', gnocchi_storage_driver) }}]"
- osprofiler
- python-memcached
- kazoo