Merge "Fixes Gnocchi & external Ceph integration"
This commit is contained in:
commit
5c193cbe95
@ -74,7 +74,7 @@ driver = file
|
|||||||
file_basepath = /var/lib/gnocchi
|
file_basepath = /var/lib/gnocchi
|
||||||
{% elif gnocchi_backend_storage == 'ceph' %}
|
{% elif gnocchi_backend_storage == 'ceph' %}
|
||||||
driver = ceph
|
driver = ceph
|
||||||
ceph_pool = {{ gnocchi_pool_name }}
|
ceph_pool = {{ ceph_gnocchi_pool_name }}
|
||||||
ceph_username = {{ ceph_gnocchi_user }}
|
ceph_username = {{ ceph_gnocchi_user }}
|
||||||
ceph_keyring = {{ ceph_gnocchi_keyring }}
|
ceph_keyring = {{ ceph_gnocchi_keyring }}
|
||||||
ceph_conffile = /etc/ceph/ceph.conf
|
ceph_conffile = /etc/ceph/ceph.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user