Add missing API doc for networks-post-req.

Part of the os-tenant-networks API extension.

Fixes LP Bug #1155303.

Change-Id: Ic71a3d108f9401ec81d2c59a6f7ba3ec6ab59dd8
This commit is contained in:
Dan Prince 2013-03-14 15:50:37 -04:00
parent 01eb75a6a7
commit d96b07ed11

View File

@ -0,0 +1,9 @@
{
"network": {
"label": "public",
"cidr": "172.0.0.0/24",
"vlan_start": 1,
"num_networks": 1,
"network_size": 255
}
}