Repository: stratos
Updated Branches:
  refs/heads/master 3414e7cee -> d72327316


Remove second nw partition removal from undeploy script


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/d7232731
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/d7232731
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/d7232731

Branch: refs/heads/master
Commit: d72327316222697f585d8472683ec9d6d6c58a13
Parents: 3414e7c
Author: Lahiru Sandaruwan <[email protected]>
Authored: Mon Jun 15 23:12:47 2015 +0530
Committer: Lahiru Sandaruwan <[email protected]>
Committed: Mon Jun 15 23:12:47 2015 +0530

----------------------------------------------------------------------
 .../simple/single-cartridge-app/scripts/common/undeploy.sh          | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/d7232731/samples/applications/simple/single-cartridge-app/scripts/common/undeploy.sh
----------------------------------------------------------------------
diff --git 
a/samples/applications/simple/single-cartridge-app/scripts/common/undeploy.sh 
b/samples/applications/simple/single-cartridge-app/scripts/common/undeploy.sh
index 938c778..d387d86 100644
--- 
a/samples/applications/simple/single-cartridge-app/scripts/common/undeploy.sh
+++ 
b/samples/applications/simple/single-cartridge-app/scripts/common/undeploy.sh
@@ -47,5 +47,4 @@ curl -X DELETE -H "Content-Type: application/json" -k -v -u 
admin:admin https://
 
 echo "Removing network partitions..."
 curl -X DELETE -H "Content-Type: application/json" -k -v -u admin:admin 
https://${host_ip}:${host_port}/api/networkPartitions/network-partition-1
-curl -X DELETE -H "Content-Type: application/json" -k -v -u admin:admin 
https://${host_ip}:${host_port}/api/networkPartitions/network-partition-2
 

Reply via email to