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