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

implement delete vms

parent 512c7824
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
"property1" : "...", "property1" : "...",
"property2" : "..." "property2" : "..."
}, },
"type" : "PRIVATE", "type" : "PUBLIC",
"key" : "...", "key" : "...",
"name" : "..." "name" : "..."
}, },
......
...@@ -193,7 +193,7 @@ Accept: application/json ...@@ -193,7 +193,7 @@ Accept: application/json
"property1" : "...", "property1" : "...",
"property2" : "..." "property2" : "..."
}, },
"type" : "PUBLIC", "type" : "PRIVATE",
"key" : "...", "key" : "...",
"name" : "..." "name" : "..."
}, },
...@@ -483,7 +483,7 @@ Content-Type: application/json ...@@ -483,7 +483,7 @@ Content-Type: application/json
"property1" : "...", "property1" : "...",
"property2" : "..." "property2" : "..."
}, },
"type" : "PUBLIC", "type" : "PRIVATE",
"key" : "...", "key" : "...",
"name" : "..." "name" : "..."
}, },
...@@ -492,7 +492,7 @@ Content-Type: application/json ...@@ -492,7 +492,7 @@ Content-Type: application/json
"property1" : "...", "property1" : "...",
"property2" : "..." "property2" : "..."
}, },
"type" : "PUBLIC", "type" : "PRIVATE",
"key" : "...", "key" : "...",
"name" : "..." "name" : "..."
}, },
...@@ -726,7 +726,7 @@ Content-Type: application/json ...@@ -726,7 +726,7 @@ Content-Type: application/json
"property1" : "...", "property1" : "...",
"property2" : "..." "property2" : "..."
}, },
"type" : "PRIVATE", "type" : "PUBLIC",
"key" : "...", "key" : "...",
"name" : "..." "name" : "..."
}, },
...@@ -735,7 +735,7 @@ Content-Type: application/json ...@@ -735,7 +735,7 @@ Content-Type: application/json
"property1" : "...", "property1" : "...",
"property2" : "..." "property2" : "..."
}, },
"type" : "PRIVATE", "type" : "PUBLIC",
"key" : "...", "key" : "...",
"name" : "..." "name" : "..."
}, },
......
...@@ -343,9 +343,9 @@ public class Consumer extends DefaultConsumer { ...@@ -343,9 +343,9 @@ public class Consumer extends DefaultConsumer {
return response; return response;
} finally { } finally {
if (tam != null) { // if (tam != null) {
tEngine.deleteAll(tam.wholeTopology, userCredential, userDatabase); // 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