nova/nova/tests/functional/api_sample_tests/api_samples/os-multiple-create/multiple-create-post-req.js...

14 lines
312 B
Smarty

{
"server": {
"name": "new-server-test",
"imageRef": "%(image_id)s",
"flavorRef": "1",
"metadata": {
"My Server Name": "Apache1"
},
"return_reservation_id": "True",
"min_count": "%(min_count)s",
"max_count": "%(max_count)s"
}
}