neutron/quantum/api/v2
Salvatore Orlando b99dde80e2 Add 'allocation_pools' to Quantum v2 API subnets.
This changeset adds a new parameter, 'allocation_pools' to the 'subnet'
resource of the Quantum v2 API.
Allows for creating and validation of subnets with multiple allocation pools.
This commit only deals with POST verb (subnet creation).
PUT verb (subnet update) will be dealt with in a subsequent commit.

This is the first commit for fixing bug #1016308

Change-Id: Ic356dcb5dcfa46af8ecc7e598529881f8bcbbeed
2012-07-03 19:27:40 +01:00
..
__init__.py Add API v2 support 2012-06-11 10:36:10 -05:00
base.py Add 'allocation_pools' to Quantum v2 API subnets. 2012-07-03 19:27:40 +01:00
resource.py Reorder imports by full module path 2012-06-21 20:13:15 +08:00
router.py Add 'allocation_pools' to Quantum v2 API subnets. 2012-07-03 19:27:40 +01:00
views.py Add 'allocation_pools' to Quantum v2 API subnets. 2012-07-03 19:27:40 +01:00