Files
openstack-ansible/playbooks/roles/lxc_hosts/templates/lxc-resolve-base.j2
Kevin Carter 8d51f7bafc Make the container cache resolvers configurable
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>
2015-10-22 14:19:30 -05:00

4 lines
62 B
Django/Jinja

{% for item in lxc_cache_resolvers %}
{{ item }}
{% endfor %}