~ibm-charms/charms/trusty/nova-compute-power/trunk

« back to all changes in this revision

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

  • Committer: Edward Hope-Morley
  • Date: 2014-03-26 18:08:46 UTC
  • mfrom: (55.1.1 nova-compute.lp1273067)
  • Revision ID: edward.hope-morley@canonical.com-20140326180846-o2mo693uow2urlpj
[hopem] Added support for ceph-client logging to syslog

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# cinder configuration file maintained by Juju
4
4
# local changes may be overwritten.
5
5
###############################################################################
 
6
[global]
6
7
{% if auth -%}
7
 
[global]
8
8
 auth_supported = {{ auth }}
9
9
 keyring = /etc/ceph/$cluster.$name.keyring
10
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 }}
 
15