Rebase on trunk
This commit is contained in:
commit
0df8f525fe
@ -40,8 +40,7 @@ options:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: False
|
default: False
|
||||||
description: |
|
description: |
|
||||||
By default, all services will log into their corresponding log files.
|
If set to True, supporting services will log to syslog.
|
||||||
Setting this to True will force all services to log to the syslog.
|
|
||||||
# HA configuration settings
|
# HA configuration settings
|
||||||
vip:
|
vip:
|
||||||
type: string
|
type: string
|
||||||
|
@ -3,10 +3,14 @@
|
|||||||
# glance configuration file maintained by Juju
|
# glance configuration file maintained by Juju
|
||||||
# local changes may be overwritten.
|
# local changes may be overwritten.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
{% if auth %}
|
|
||||||
[global]
|
[global]
|
||||||
|
{% if auth -%}
|
||||||
auth_supported = {{ auth }}
|
auth_supported = {{ auth }}
|
||||||
#keyring = /etc/ceph/$cluster.$name.keyring
|
#keyring = /etc/ceph/$cluster.$name.keyring
|
||||||
keyring = /etc/ceph/ceph.$name.keyring
|
keyring = /etc/ceph/ceph.$name.keyring
|
||||||
mon host = {{ mon_hosts }}
|
mon host = {{ mon_hosts }}
|
||||||
{% endif %}
|
{% endif -%}
|
||||||
|
log to syslog = {{ use_syslog }}
|
||||||
|
err to syslog = {{ use_syslog }}
|
||||||
|
clog to syslog = {{ use_syslog }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user