diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-13 11:00:44 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-10-14 10:06:41 -0400 |
commit | 18daa28c2e1b893338d651e9081faaa3c60b4af1 (patch) | |
tree | df3aeeed4affc311bdd122d7b7771478f49d2202 /ci/clean.sh | |
parent | b21c6502ae68604ff12329b529225f74558b0162 (diff) |
Swap br-external and br-public in clean.sh
confused by the comments in clean.sh, updating it so confusion doesn't
continue.
Change-Id: Ia3eacba9a5d23a2d1d4030895cde13d006adfa87
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'ci/clean.sh')
-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" |