update ceph.conf template

This commit is contained in:
Andres Rodriguez 2013-06-26 13:05:14 -04:00
parent c4a9f77768
commit 44dddaee7e
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
{% if auth %}
[global]
auth_supported = {{ auth }}
keyring = /etc/ceph/$cluster.$name.keyring
#keyring = /etc/ceph/$cluster.$name.keyring
keyring = /etc/ceph/ceph.$name.keyring
mon host = {{ mon_hosts }}
{% endif %}