797e9dc50f
Partially implements blueprint nova-api-samples Fixes bug 1070163 Change-Id: Ib838adf0c21f3eee6c52cd8e1942c96ae89cca98
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"flavor": {
|
|
"disk": 10,
|
|
"id": "10",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/flavors/10",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/flavors/10",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "test_flavor",
|
|
"ram": 1024,
|
|
"vcpus": 2
|
|
}
|
|
} |