Skip to content
Snippets Groups Projects
Commit 5c193cbe authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fixes Gnocchi & external Ceph integration"

parents 9768c266 82c5c1c7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment