diff options
Diffstat (limited to 'tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json')
-rw-r--r-- | tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json | 16 |
1 files changed, 16 insertions, 0 deletions
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 index 00000000..ecaaa12d --- /dev/null +++ b/tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json @@ -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 |