charm-glance/templates/glance-registry.conf
yolanda.robla@canonical.com 7b9573beea added syslog support
2014-02-03 12:24:02 +01:00

21 lines
453 B
Plaintext

[DEFAULT]
verbose = True
use_syslog = {{ use_syslog }}
debug = True
bind_host = 0.0.0.0
bind_port = 9191
log_file = /var/log/glance/registry.log
backlog = 4096
{% if database_host %}
sql_connection = mysql://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}
{% endif %}
sql_idle_timeout = 3600
api_limit_max = 1000
limit_param_default = 25
use_syslog = False
{% if auth_host %}
[paste_deploy]
flavor = keystone
{% endif %}