~openstack-charmers-archive/charms/trusty/ceph/next

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: James Page
  • Date: 2012-10-09 11:18:01 UTC
  • Revision ID: james.page@canonical.com-20121009111801-n6gvnkbuesxs6ojj
Turn on cephx support by default

Show diffs side-by-side

added added

removed removed

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