de56abd4b1
Partially implements blueprint nova-api-samples Fixes bug 1091741 Change-Id: I65bb9e508996417bdcdc9ec87997df5373c06bad
20 lines
489 B
JSON
20 lines
489 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",
|
|
"os-flavor-access:is_public": false,
|
|
"ram": 1024,
|
|
"vcpus": 2
|
|
}
|
|
} |