diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index f44af0bf81..7d8e7b0bd4 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -200,12 +200,6 @@ lxc_net_netmask: 255.255.255.0 lxc_net_dhcp_range: 10.255.255.2,10.255.255.253 lxc_net_mtu: {{ hostvars[inventory_hostname]['ansible_' ~ bootstrap_host_public_interface]['mtu'] | default(1500) }} -{% if nodepool_vars is defined and nodepool_vars.NODEPOOL_LXC_IMAGE_PROXY is defined %} -## images.linuxcontainers.org reverse proxy -lxc_image_cache_server_mirrors: - - "http://{{ nodepool_vars.NODEPOOL_LXC_IMAGE_PROXY }}" -{% endif %} - {% if cache_timeout is defined %} ## Package cache timeout cache_timeout: {{ cache_timeout }}