charm-nova-cloud-controller/hooks/charmhelpers/contrib/openstack/templates/ceph.conf

12 lines
395 B
Plaintext

###############################################################################
# [ WARNING ]
# cinder configuration file maintained by Juju
# local changes may be overwritten.
###############################################################################
{% if auth -%}
[global]
auth_supported = {{ auth }}
keyring = /etc/ceph/$cluster.$name.keyring
mon host = {{ mon_hosts }}
{% endif -%}