From d96b07ed1113ceb5324ef3f1f3467fdae71e9953 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 14 Mar 2013 15:50:37 -0400 Subject: Add missing API doc for networks-post-req. Part of the os-tenant-networks API extension. Fixes LP Bug #1155303. Change-Id: Ic71a3d108f9401ec81d2c59a6f7ba3ec6ab59dd8 --- doc/api_samples/os-tenant-networks/networks-post-req.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/api_samples/os-tenant-networks/networks-post-req.json (limited to 'doc') 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 -- cgit