Commit 80c787fa authored by Spiros Koulouzis's avatar Spiros Koulouzis

implement delete vms

parent 512c7824
......@@ -192,7 +192,7 @@
"property1" : "...",
"property2" : "..."
},
"type" : "PRIVATE",
"type" : "PUBLIC",
"key" : "...",
"name" : "..."
},
......
......@@ -193,7 +193,7 @@ Accept: application/json
"property1" : "...",
"property2" : "..."
},
"type" : "PUBLIC",
"type" : "PRIVATE",
"key" : "...",
"name" : "..."
},
......@@ -483,7 +483,7 @@ Content-Type: application/json
"property1" : "...",
"property2" : "..."
},
"type" : "PUBLIC",
"type" : "PRIVATE",
"key" : "...",
"name" : "..."
},
......@@ -492,7 +492,7 @@ Content-Type: application/json
"property1" : "...",
"property2" : "..."
},
"type" : "PUBLIC",
"type" : "PRIVATE",
"key" : "...",
"name" : "..."
},
......@@ -726,7 +726,7 @@ Content-Type: application/json
"property1" : "...",
"property2" : "..."
},
"type" : "PRIVATE",
"type" : "PUBLIC",
"key" : "...",
"name" : "..."
},
......@@ -735,7 +735,7 @@ Content-Type: application/json
"property1" : "...",
"property2" : "..."
},
"type" : "PRIVATE",
"type" : "PUBLIC",
"key" : "...",
"name" : "..."
},
......
......@@ -343,9 +343,9 @@ public class Consumer extends DefaultConsumer {
return response;
} finally {
if (tam != null) {
tEngine.deleteAll(tam.wholeTopology, userCredential, userDatabase);
}
// if (tam != null) {
// tEngine.deleteAll(tam.wholeTopology, userCredential, userDatabase);
// }
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment