Remove the quotes from the IP 41/43341/1
authorManuel Buil <mbuil@suse.com>
Wed, 27 Sep 2017 19:00:38 +0000 (21:00 +0200)
committerManuel Buil <mbuil@suse.com>
Wed, 27 Sep 2017 19:00:38 +0000 (21:00 +0200)
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 <mbuil@suse.com>
xci/playbooks/roles/prepare-functest/templates/env.j2

index 52211b4..b928acc 100644 (file)
@@ -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"