~james-page/charms/trusty/glance/lp1456379

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: James Page
  • Date: 2014-04-10 15:49:18 UTC
  • mfrom: (47 glance)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.page@canonical.com-20140410154918-u5wqnruyjrhz76y6
RebaseĀ onĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# glance configuration file maintained by Juju
4
4
# local changes may be overwritten.
5
5
###############################################################################
6
 
{% if auth %}
7
6
[global]
 
7
{% if auth -%}
8
8
 auth_supported = {{ auth }}
9
9
 #keyring = /etc/ceph/$cluster.$name.keyring
10
10
 keyring = /etc/ceph/ceph.$name.keyring
11
11
 mon host = {{ mon_hosts }}
12
 
{% endif %}
 
12
{% endif -%}
 
13
 log to syslog = {{ use_syslog }}
 
14
 err to syslog = {{ use_syslog }}
 
15
 clog to syslog = {{ use_syslog }}
 
16