19aaffaa81
Updating charm to support execution under Python 3. Change-Id: I1429d1c6b634959e0062a8e9f4bc615c58bf31e0
28 lines
544 B
Plaintext
28 lines
544 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
|
|
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 "section-keystone-authtoken" %}
|
|
|
|
{% if auth_host -%}
|
|
[paste_deploy]
|
|
flavor = keystone
|
|
{% endif %}
|
|
|
|
{% include "parts/section-database" %}
|