Code Review
/
releng-xci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dfd9229
)
Remove the quotes from the external network name
59/44359/3
author
Manuel Buil
<mbuil@suse.com>
Thu, 5 Oct 2017 13:38:06 +0000
(15:38 +0200)
committer
Markos Chandras
<mchandras@suse.de>
Thu, 5 Oct 2017 14:32:34 +0000
(14:32 +0000)
If we leave the quotes, functest will search for a neutron network with the
name "ext-net" instead of ext-net and will fail
Change-Id: I4ef62fa6ea69573f5872b864402ddb8644ce432d
Signed-off-by: Manuel Buil <mbuil@suse.com>
xci/playbooks/roles/prepare-functest/templates/env.j2
patch
|
blob
|
history
diff --git
a/xci/playbooks/roles/prepare-functest/templates/env.j2
b/xci/playbooks/roles/prepare-functest/templates/env.j2
index
b928acc
..
8709332
100644
(file)
--- 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
-EXTERNAL_NETWORK=
"{{ external_network }}"
+EXTERNAL_NETWORK=
{{ external_network }}
DEPLOY_SCENARIO="os-nosdn-nofeature-noha"