nova/nova/tests/functional/api_sample_tests/api_samples/os-security-groups/server-post-resp.json.tpl

19 lines
461 B
Smarty

{
"server": {
"OS-DCF:diskConfig": "AUTO",
"adminPass": "%(password)s",
"id": "%(id)s",
"links": [
{
"href": "%(versioned_compute_endpoint)s/servers/%(uuid)s",
"rel": "self"
},
{
"href": "%(compute_endpoint)s/servers/%(uuid)s",
"rel": "bookmark"
}
],
"security_groups": [{"name": "test"}]
}
}