Move CSIT to integration/csit repo
[integration/csit.git] / tests / multicloud-vmware / nova / jsoninput / multicloud_create_server.json
diff --git a/tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json b/tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json
new file mode 100644 (file)
index 0000000..ecaaa12
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    "server":
+        {
+            "name": "server-csit-1", 
+            "boot":
+                {
+                    "type":2, 
+                    "imageId": "08edf57c-e65d-4778-957a-1524ff795c4b"
+                },
+            "flavorId": "1", 
+            "nicArray": 
+                [{
+                    "portId": "71847500-8edf-42f9-be69-78432ccadc6e"
+                }]
+        }
+}
\ No newline at end of file