summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-22 21:34:00 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-06-22 21:34:43 -0500
commita7e0222655f1944a8ab5a642839f23d45e70324e (patch)
treec4e9a28ec3c542f7fce70baf65d45a571f2f932d /ci/deploy.sh
parente00e92d2e9c1f33fe23e65169c475ba8cd6ab0ee (diff)
create the default security group rules to test the floating ips.
Change-Id: I91a3fe0c3d28da27ea521d93e826b16ffc7a4261 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh8
1 files changed, 1 insertions, 7 deletions
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 ......."