~thedac/charms/trusty/ceilometer/stable-add-execd-preinstall

« back to all changes in this revision

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

  • Committer: Edward Hope-Morley
  • Date: 2014-12-18 18:29:04 UTC
  • mfrom: (55.1.21 ceilometer)
  • Revision ID: edward.hope-morley@canonical.com-20141218182904-xfu6e47oldeeb3hd
[billy-olsen,r=hopem]

Adds HA support to Ceileometer charm.

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
[global]
 
7
{% if auth -%}
 
8
 auth_supported = {{ auth }}
 
9
 keyring = /etc/ceph/$cluster.$name.keyring
 
10
 mon host = {{ mon_hosts }}
 
11
{% endif -%}
 
12
 log to syslog = {{ use_syslog }}
 
13
 err to syslog = {{ use_syslog }}
 
14
 clog to syslog = {{ use_syslog }}
 
15