Rebase on trunk

This commit is contained in:
James Page 2014-04-10 16:49:18 +01:00
commit 0df8f525fe
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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 }}