~brad-marshall/charms/trusty/apache2-wsgi/fix-haproxy-relations

« back to all changes in this revision

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

  • Committer: Robin Winslow
  • Date: 2014-05-27 14:00:44 UTC
  • Revision ID: robin.winslow@canonical.com-20140527140044-8rpmb3wx4djzwa83
Add all files

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