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
This commit is contained in:
ladquin 2013-01-22 13:19:25 -03:00
parent 7d20f1fe55
commit 04f8dcf0bd
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
"ram": 1024,
"vcpus": 2,
"disk": 10,
"id": "10",
"id": "10"
}
}