summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorladquin <laura.adq@gmail.com>2013-01-22 13:19:25 -0300
committerladquin <laura.adq@gmail.com>2013-01-22 13:36:49 -0300
commit04f8dcf0bdac9d3e7f75dfb91d492887bf6e4a25 (patch)
tree46223982a23091bb243c424f17675cfb2ee327fe
parent7d20f1fe553b0db5883e787992413e7a0ca4f099 (diff)
downloadnova-04f8dcf0bdac9d3e7f75dfb91d492887bf6e4a25.tar.gz
nova-04f8dcf0bdac9d3e7f75dfb91d492887bf6e4a25.tar.xz
nova-04f8dcf0bdac9d3e7f75dfb91d492887bf6e4a25.zip
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
-rw-r--r--doc/api_samples/os-flavor-manage/flavor-create-post-req.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_samples/os-flavor-manage/flavor-create-post-req.json b/doc/api_samples/os-flavor-manage/flavor-create-post-req.json
index 8a3830f09..0c5914a01 100644
--- a/doc/api_samples/os-flavor-manage/flavor-create-post-req.json
+++ b/doc/api_samples/os-flavor-manage/flavor-create-post-req.json
@@ -4,6 +4,6 @@
"ram": 1024,
"vcpus": 2,
"disk": 10,
- "id": "10",
+ "id": "10"
}
}