~pmcgarry/ceph/ceph

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: James Page
  • Date: 2012-10-18 08:24:36 UTC
  • mfrom: (48.1.3 ceph)
  • Revision ID: james.page@canonical.com-20121018082436-g780tz6coav8hhvl
Merged changes from pjdc including cephx configuration support and better arbitarty repository handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[global]
2
 
 auth supported = cephx
 
2
 auth supported = {{ auth_supported }}
3
3
 keyring = /etc/ceph/$cluster.$name.keyring
4
4
 mon host = {{ mon_hosts }}
5
5
 fsid = {{ fsid }}