Move CSIT to integration/csit repo
[integration/csit.git] / tests / multicloud-vmware / nova / jsoninput / multicloud_create_server.json
1 {
2     "server":
3         {
4             "name": "server-csit-1", 
5             "boot":
6                 {
7                     "type":2, 
8                     "imageId": "08edf57c-e65d-4778-957a-1524ff795c4b"
9                 },
10             "flavorId": "1", 
11             "nicArray": 
12                 [{
13                     "portId": "71847500-8edf-42f9-be69-78432ccadc6e"
14                 }]
15         }
16 }