~tribaal/charms/raring/ceph/add-python-ceph-charm

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: James Page
  • Date: 2012-12-17 10:22:51 UTC
  • Revision ID: james.page@canonical.com-20121217102251-xps6cjcygkzxnohf
Updates for latest ceph upstream and utils refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[global]
 
2
{% if version < "0.51" %}
2
3
 auth supported = {{ auth_supported }}
 
4
{% else %}
 
5
 auth cluster required = {{ auth_supported }}
 
6
 auth service required = {{ auth_supported }}
 
7
 auth client required = {{ auth_supported }}
 
8
{% endif %}
3
9
 keyring = /etc/ceph/$cluster.$name.keyring
4
10
 mon host = {{ mon_hosts }}
5
11
 fsid = {{ fsid }}