Make exposure safe

This commit is contained in:
James Page 2016-01-07 11:39:27 +00:00
parent 8a0023faa4
commit eb2e10d2ee
1 changed files with 2 additions and 0 deletions

View File

@ -20,7 +20,9 @@ registry_host = {{ registry_host }}
registry_port = 9191
registry_client_protocol = http
{% if expose_image_locations -%}
show_multiple_locations = {{ expose_image_locations }}
{% endif -%}
{% if api_config_flags -%}
{% for key, value in api_config_flags.iteritems() -%}