From 7056b91177bcfb2f745cbb3d4c6e55005c59b9c7 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 27 Sep 2017 21:00:38 +0200 Subject: Remove the quotes from the IP Functest complains that it cannot connect to the installer because it does not understand the ip or hostname. The cause for this is the quotes in the template Change-Id: I75c30b7f1bbcee3f968692b4347ceb13ab1131d2 Signed-off-by: Manuel Buil --- xci/playbooks/roles/prepare-functest/templates/env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/playbooks/roles') diff --git a/xci/playbooks/roles/prepare-functest/templates/env.j2 b/xci/playbooks/roles/prepare-functest/templates/env.j2 index 52211b45..b928accd 100644 --- a/xci/playbooks/roles/prepare-functest/templates/env.j2 +++ b/xci/playbooks/roles/prepare-functest/templates/env.j2 @@ -1,4 +1,4 @@ INSTALLER_TYPE=osa -INSTALLER_IP="192.168.122.2" +INSTALLER_IP=192.168.122.2 EXTERNAL_NETWORK="{{ external_network }}" DEPLOY_SCENARIO="os-nosdn-nofeature-noha" -- cgit 1.2.3-korg