nova/doc/api_samples/os-flavor-manage/flavor-create-post-resp.json
Giampaolo Lauria 797e9dc50f Added sample tests to FlavorManage API.
Partially implements blueprint nova-api-samples
Fixes bug 1070163

Change-Id: Ib838adf0c21f3eee6c52cd8e1942c96ae89cca98
2012-12-08 14:11:15 -05:00

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
}
}