Merge "Fixes Gnocchi & external Ceph integration"

This commit is contained in:
Zuul 2020-05-11 15:31:21 +00:00 committed by Gerrit Code Review
commit 5c193cbe95

View File

@ -74,7 +74,7 @@ driver = file
file_basepath = /var/lib/gnocchi
{% elif gnocchi_backend_storage == 'ceph' %}
driver = ceph
ceph_pool = {{ gnocchi_pool_name }}
ceph_pool = {{ ceph_gnocchi_pool_name }}
ceph_username = {{ ceph_gnocchi_user }}
ceph_keyring = {{ ceph_gnocchi_keyring }}
ceph_conffile = /etc/ceph/ceph.conf