From: Dies Koper <[email protected]>
---
server/lib/deltacloud/drivers/mock/data/cimi/system/system1.json | 1 +
server/lib/deltacloud/drivers/mock/data/cimi/system/system2.json | 1 +
2 files changed, 2 insertions(+)
diff --git a/server/lib/deltacloud/drivers/mock/data/cimi/system/system1.json
b/server/lib/deltacloud/drivers/mock/data/cimi/system/system1.json
index 689ba60..a73bb5f 100644
--- a/server/lib/deltacloud/drivers/mock/data/cimi/system/system1.json
+++ b/server/lib/deltacloud/drivers/mock/data/cimi/system/system1.json
@@ -6,6 +6,7 @@
"machines": { "href": "http://cimi.example.org/systems/system1/machines"},
"networks": { "href": "http://cimi.example.org/systems/system1/networks"},
"operations": [
+ { "rel": "http://schemas.dmtf.org/cimi/1/action/start", "href":
"http://cimi.example.org/systems/system1/start" },
{ "rel": "edit", "href": "http://cimi.example.org/systems/system1" },
{ "rel": "delete", "href": "http://cimi.example.org/systems/system1" }
]
diff --git a/server/lib/deltacloud/drivers/mock/data/cimi/system/system2.json
b/server/lib/deltacloud/drivers/mock/data/cimi/system/system2.json
index 4062fb0..5a62e73 100644
--- a/server/lib/deltacloud/drivers/mock/data/cimi/system/system2.json
+++ b/server/lib/deltacloud/drivers/mock/data/cimi/system/system2.json
@@ -6,6 +6,7 @@
"machines": { "href": "http://cimi.example.org/systems/system2/machines"},
"networks": { "href": "http://cimi.example.org/systems/system2/networks"},
"operations": [
+ { "rel": "http://schemas.dmtf.org/cimi/1/action/start", "href":
"http://cimi.example.org/systems/system1/start" },
{ "rel": "edit", "href": "http://cimi.example.org/systems/system2" },
{ "rel": "delete", "href": "http://cimi.example.org/systems/system2" }
]
--
1.8.0.msysgit.0