summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-10-18 13:35:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-18 13:35:53 +0000
commitd08d76d73da738f8e719771bc7453b3030f742bf (patch)
treeef9b38632de8c75db8fb78f5b12611493f62427d
parent82b5d245f1927ea7dd73cb58c5ec6d4ad343fce7 (diff)
parent18daa28c2e1b893338d651e9081faaa3c60b4af1 (diff)
Merge "Swap br-external and br-public in clean.sh"
-rwxr-xr-xci/clean.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/clean.sh b/ci/clean.sh
index c00a4df2..1e5e320e 100755
--- a/ci/clean.sh
+++ b/ci/clean.sh
@@ -30,8 +30,8 @@ for lib in common-functions parse-functions; do
done
vm_index=4
-ovs_bridges="br-admin br-tenant br-public br-storage"
-ovs_bridges+=" br-private br-external" # Legecy names, remove in E river
+ovs_bridges="br-admin br-tenant br-external br-storage"
+ovs_bridges+=" br-private br-public" # Legacy names, remove in E river
#OPNFV_NETWORK_TYPES=$(python3 -c 'from apex.common.constants import OPNFV_NETWORK_TYPES; print(" ".join(OPNFV_NETWORK_TYPES))')
OPNFV_NETWORK_TYPES+=" admin tenant external storage api"