summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-03-15 15:23:37 +0000
committerGerrit Code Review <review@openstack.org>2013-03-15 15:23:37 +0000
commit63c1d5e6fadca26226f17cb7bcd6400553f6cfa7 (patch)
tree380f2539d716bd62fe60c26ed8683c7193026b94 /doc
parentd4e456876e8eaaadbdb806b4d4c1b609bb7e5d3e (diff)
parentd96b07ed1113ceb5324ef3f1f3467fdae71e9953 (diff)
downloadnova-63c1d5e6fadca26226f17cb7bcd6400553f6cfa7.tar.gz
nova-63c1d5e6fadca26226f17cb7bcd6400553f6cfa7.tar.xz
nova-63c1d5e6fadca26226f17cb7bcd6400553f6cfa7.zip
Merge "Add missing API doc for networks-post-req."
Diffstat (limited to 'doc')
-rw-r--r--doc/api_samples/os-tenant-networks/networks-post-req.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api_samples/os-tenant-networks/networks-post-req.json b/doc/api_samples/os-tenant-networks/networks-post-req.json
new file mode 100644
index 000000000..f47fc9d20
--- /dev/null
+++ b/doc/api_samples/os-tenant-networks/networks-post-req.json
@@ -0,0 +1,9 @@
+{
+ "network": {
+ "label": "public",
+ "cidr": "172.0.0.0/24",
+ "vlan_start": 1,
+ "num_networks": 1,
+ "network_size": 255
+ }
+} \ No newline at end of file