diff options
Diffstat (limited to 'xci/playbooks')
-rw-r--r-- | xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 | 2 |
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 }} |