summaryrefslogtreecommitdiffstats
path: root/ci/openstack.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-23 07:30:54 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-23 07:30:54 +0000
commit8b789671698a9e7b262a5e7875d7a016c52bbcdf (patch)
treeb8bc5ceba57b392a2482c6c51a23116a01ab2858 /ci/openstack.sh
parenta7e0222655f1944a8ab5a642839f23d45e70324e (diff)
parent23433fd66f713c97a5465ac2f9e240bc9da9bb4e (diff)
Merge "fix onos charms for xenial."
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 2da729f6..c9e2752f 100755
--- a/ci/openstack.sh
+++ b/ci/openstack.sh
@@ -29,7 +29,7 @@ launch_eth() {
for node in $computer_list; do
echo "node name is ${node}"
juju ssh $node "sudo ifconfig $EXTNET_PORT up"
- juju ssh $node "sudo route del default gw $ADMNET_GW"
+ #juju ssh $node "sudo route del default gw $ADMNET_GW"
done
}