From: Narinder Gupta Date: Mon, 25 Jul 2016 14:48:01 +0000 (-0500) Subject: added the correct range for private subnet. X-Git-Tag: colorado.1.0~68 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F17505%2F1;p=joid.git added the correct range for private subnet. Change-Id: Ide44c2372aa0c23baa4f8aa819c8cbef287c1d87 Signed-off-by: Narinder Gupta --- diff --git a/ci/smoketest.sh b/ci/smoketest.sh index a7ba7e68..d65f7b5d 100755 --- a/ci/smoketest.sh +++ b/ci/smoketest.sh @@ -24,7 +24,7 @@ openstack keypair create --public-key ~/.ssh/id_rsa.pub ubuntu-keypair ## create vm network neutron net-create demo-net -neutron subnet-create demo-net 10.20.5.0/24 --name demo-subnet --gateway 10.20.5.1 --enable-dhcp --allocation-pool start=10.0.0.5,end=10.0.0.254 --dns-nameserver 8.8.8.8 +neutron subnet-create demo-net 10.20.5.0/24 --name demo-subnet --gateway 10.20.5.1 --enable-dhcp --allocation-pool start=10.20.0.5,end=10.20.0.254 --dns-nameserver 8.8.8.8 neutron router-create demo-router neutron router-gateway-set demo-router ext-net neutron router-interface-add demo-router subnet=demo-subnet