~hopem/charms/trusty/cinder-ceph/lp1535062

« back to all changes in this revision

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

  • Committer: Liam Young
  • Date: 2015-07-29 10:50:52 UTC
  • Revision ID: liam.young@canonical.com-20150729105052-hus83ph7t07wlfsd
[gnuoy,trivial] Pre-release charmhelper sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
###############################################################################
6
6
[global]
7
7
{% if auth -%}
8
 
 auth_supported = {{ auth }}
9
 
 keyring = /etc/ceph/$cluster.$name.keyring
10
 
 mon host = {{ mon_hosts }}
 
8
auth_supported = {{ auth }}
 
9
keyring = /etc/ceph/$cluster.$name.keyring
 
10
mon host = {{ mon_hosts }}
11
11
{% endif -%}
12
 
 log to syslog = {{ use_syslog }}
13
 
 err to syslog = {{ use_syslog }}
14
 
 clog to syslog = {{ use_syslog }}
 
12
log to syslog = {{ use_syslog }}
 
13
err to syslog = {{ use_syslog }}
 
14
clog to syslog = {{ use_syslog }}
15
15