From a7e0222655f1944a8ab5a642839f23d45e70324e Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 22 Jun 2016 21:34:00 -0500 Subject: create the default security group rules to test the floating ips. Change-Id: I91a3fe0c3d28da27ea521d93e826b16ffc7a4261 Signed-off-by: Narinder Gupta --- ci/deploy.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 9d0c0286..a374d394 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -163,12 +163,6 @@ fi check_status echo "...... deployment finished ......." -if [ "$opnfvsdn" == "onos" ]; then - ./openstack.sh "$opnfvsdn" - check_status -else - #create the basic data for verification of stack. - ./openstack.sh -fi +./openstack.sh "$opnfvsdn" echo "...... finished ......." -- cgit 1.2.3-korg