~raharper/charms/trusty/glance/change-notifier

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/templates/ceph.conf

  • Committer: James Page
  • Date: 2014-03-13 16:38:06 UTC
  • mfrom: (43.4.5 glance)
  • Revision ID: james.page@canonical.com-20140313163806-xnh1nmtzw393s0wm
[yolanda.robla,r=james-page] Managed ceph.conf using alternatives to support co-install with glance, nova and ceph

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
# [ WARNING ]
 
3
# cinder configuration file maintained by Juju
 
4
# local changes may be overwritten.
 
5
###############################################################################
 
6
{% if auth -%}
 
7
[global]
 
8
 auth_supported = {{ auth }}
 
9
 keyring = /etc/ceph/$cluster.$name.keyring
 
10
 mon host = {{ mon_hosts }}
 
11
{% endif -%}
 
12
 
 
13