charm-glance/templates/glance-registry.conf
James Page 5263434412 [yolanda] Add postgresql support
Refactor templates for includes
2014-03-31 12:29:37 +01:00

20 lines
328 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
{% include "parts/database" %}
sql_idle_timeout = 3600
api_limit_max = 1000
limit_param_default = 25
{% if auth_host %}
[paste_deploy]
flavor = keystone
{% endif %}