From: Manuel Buil Date: Tue, 21 Nov 2017 11:41:24 +0000 (+0100) Subject: Remove the share flag X-Git-Tag: 6.0.0~240 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F47577%2F3;p=releng-xci.git 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 --- 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 }}