19aaffaa81
Updating charm to support execution under Python 3. Change-Id: I1429d1c6b634959e0062a8e9f4bc615c58bf31e0
23 lines
491 B
Plaintext
23 lines
491 B
Plaintext
[DEFAULT]
|
|
verbose = {{ verbose }}
|
|
use_syslog = {{ use_syslog }}
|
|
debug = {{ debug }}
|
|
workers = {{ workers }}
|
|
|
|
bind_host = {{ bind_host }}
|
|
bind_port = 9191
|
|
log_file = /var/log/glance/registry.log
|
|
backlog = 4096
|
|
sql_idle_timeout = 3600
|
|
api_limit_max = 1000
|
|
limit_param_default = 25
|
|
|
|
{% if registry_config_flags -%}
|
|
{% for key, value in registry_config_flags.items() -%}
|
|
{{ key }} = {{ value }}
|
|
{% endfor -%}
|
|
{% endif -%}
|
|
|
|
{% include "parts/keystone" %}
|
|
{% include "parts/section-database" %}
|