summaryrefslogtreecommitdiffstats
path: root/ci/openstack.sh
diff options
context:
space:
mode:
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 \