nova/doc/api_samples/os-flavor-manage/flavor-create-post-req.json
ladquin 04f8dcf0bd Fix for typo in xml API doc sample in nova
Modified:   doc/api_samples/os-flavor-manage/flavor-create-post-req.json
Deleted final comma for proper syntax
Partially fixes: bug 1088528 (part of the bug requires changes in other repo - done)

Change-Id: I5b0b29b4c720a95d5c4c5d957e77dc2e4c9cf8ee
2013-01-22 13:36:49 -03:00

10 lines
137 B
JSON

{
"flavor": {
"name": "test_flavor",
"ram": 1024,
"vcpus": 2,
"disk": 10,
"id": "10"
}
}