~james-page/charms/raring/ceph-radosgw/trunk

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: James Page
  • Date: 2012-10-19 15:51:24 UTC
  • Revision ID: james.page@canonical.com-20121019155124-11or2e3il3ylktrr
Added support for auth configuration from mons

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
 mon host = {{ mon_hosts }}
4
4
 
5
5
[client.radosgw.gateway]