From eea033f803d110abc483713b8ee968b27ce786ec Mon Sep 17 00:00:00 2001 From: Logan V Date: Thu, 14 Sep 2017 09:39:37 -0500 Subject: [PATCH] Fix lxc_image_cache_server_mirrors string concat Change-Id: I4ae5314fa6aa4ea09bbe0806717022b155c2249c --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 fda6b3e751..2d459762f4 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -163,7 +163,8 @@ galera_client_apt_repo_url: {{ galera_repo_url }} {% if lxc_image_cache_server is defined %} ## images.linuxcontainers.org reverse proxy -lxc_image_cache_server_mirrors: {{ ['http://' + lxc_image_cache_server] }} +lxc_image_cache_server_mirrors: + - "http://{{ lxc_image_cache_server }}" {% endif %} {% if cache_timeout is defined %}