This change simply makes it possible for a deployer to change the in container resolvers. In the bootstrap-aio script the resolvers are being set in the user_variables so containers are using the same resolvers as the host. Change-Id: Id7ab3632217c3eb2217a308d7226736a67900da5 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
4 lines
62 B
Django/Jinja
4 lines
62 B
Django/Jinja
{% for item in lxc_cache_resolvers %}
|
|
{{ item }}
|
|
{% endfor %}
|