diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-18 13:35:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-18 13:35:53 +0000 |
commit | d08d76d73da738f8e719771bc7453b3030f742bf (patch) | |
tree | ef9b38632de8c75db8fb78f5b12611493f62427d /ci | |
parent | 82b5d245f1927ea7dd73cb58c5ec6d4ad343fce7 (diff) | |
parent | 18daa28c2e1b893338d651e9081faaa3c60b4af1 (diff) |
Merge "Swap br-external and br-public in clean.sh"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/clean.sh | 4 |
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" |