5ff633cce4
Adds api sample tests and and api samples for the disk-config extension Partially implements blueprint v3-api-unittests Partially implements blueprint v3-api-specification Change-Id: Ic5c1e4d4e8c6edf3fceef456a79c1f5b79a3b5aa
17 lines
518 B
JSON
17 lines
518 B
JSON
{
|
|
"server": {
|
|
"admin_pass": "S3uGgNnQRb4V",
|
|
"id": "e1f469a7-1d3c-44ad-ac17-312596b84e0c",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/e1f469a7-1d3c-44ad-ac17-312596b84e0c",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/e1f469a7-1d3c-44ad-ac17-312596b84e0c",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"os-disk-config:disk_config": "AUTO"
|
|
}
|
|
} |