~zulcss/+junk/nova-granite-compute

« back to all changes in this revision

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

  • Committer: Chuck Short
  • Date: 2014-09-02 16:24:17 UTC
  • Revision ID: zulcss@ubuntu.com-20140902162417-1zkll1rb7ial643j
Initial version

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