summaryrefslogtreecommitdiffstats
path: root/ci/openstack.sh
diff options
context:
space:
mode:
authorzhangyuanyou <zhangyuanyou@huawei.com>2016-06-24 10:01:58 +0800
committerzhangyuanyou <zhangyuanyou@huawei.com>2016-06-24 10:08:19 +0800
commit7c34d298ecd10989c94e2a08b1e073a20fadf349 (patch)
tree51f350994b7bf4b4684f48a0d06ab47896cc2277 /ci/openstack.sh
parent8b789671698a9e7b262a5e7875d7a016c52bbcdf (diff)
Remove update_gw_mac for ONOS.
Because of ONOS Goldeneye can learn gw_mac automatically. Change-Id: I1d2b1113f72b3f7b29255c1a43e5b3914c94b70e Signed-off-by: Yuanyou Zhang <zhangyuanyou@huawei.com>
Diffstat (limited to 'ci/openstack.sh')
-rwxr-xr-xci/openstack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/openstack.sh b/ci/openstack.sh
index c9e2752f..100299a3 100755
--- a/ci/openstack.sh
+++ b/ci/openstack.sh
@@ -105,7 +105,7 @@ if [ "onos" == "$1" ]; then
launch_eth
neutron net-create ext-net --shared --router:external=True
neutron subnet-create ext-net --name ext-subnet $EXTNET_NET
- update_gw_mac
+ #update_gw_mac
elif [ "nosdn" == "$1" ]; then
neutron net-create ext-net --shared --router:external --provider:physical_network external --provider:network_type flat
neutron subnet-create ext-net --name ext-subnet \