~corey.bryant/charms/trusty/keystone/python-six

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################################################
# [ WARNING ]
# cinder configuration file maintained by Juju
# local changes may be overwritten.
###############################################################################
[global]
{% if auth -%}
 auth_supported = {{ auth }}
 keyring = /etc/ceph/$cluster.$name.keyring
 mon host = {{ mon_hosts }}
{% endif -%}
 log to syslog = {{ use_syslog }}
 err to syslog = {{ use_syslog }}
 clog to syslog = {{ use_syslog }}