summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-11-21 12:41:24 +0100
committerMarkos Chandras <mchandras@suse.de>2017-11-22 09:54:38 +0000
commita0d0940dcb7f22b4e4df24ee29804a8224f7c51d (patch)
tree0639fe00e4ad1712c63786f78b24bca7e741398e /xci/playbooks/roles
parent4689cace9d3aa67d24d740201f1cb4ab29d930d8 (diff)
Remove the share flag
When creating the external network for functest testing purposes, it does not need to be shareable between tenants because functest uses routers and floating ips. Therefore, better remove it to avoid confusion Change-Id: I18a1fd34a52ddae2527ee3580a9d1a2b649e61b6 Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/playbooks/roles')
-rw-r--r--xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 b/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2
index bb3a437b..febe8369 100644
--- a/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2
+++ b/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2
@@ -2,7 +2,7 @@
source /root/openrc
-openstack --insecure network create --share --external \
+openstack --insecure network create --external \
--provider-physical-network flat \
--provider-network-type flat {{ external_network }}