neutron/quantum/api
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
..
v2 Add 'allocation_pools' to Quantum v2 API subnets. 2012-07-03 19:27:40 +01:00
views Bug #1013967 - Quantum is breaking on tests with pep 1.3 2012-06-16 15:38:10 -03:00
__init__.py Reorder imports by full module path 2012-06-21 20:13:15 +08:00
api_common.py Reorder imports by full module path 2012-06-21 20:13:15 +08:00
attachments.py Bug #1013967 - Quantum is breaking on tests with pep 1.3 2012-06-16 15:38:10 -03:00
faults.py Bug #1013967 - Quantum is breaking on tests with pep 1.3 2012-06-16 15:38:10 -03:00
networks.py Bug #1013967 - Quantum is breaking on tests with pep 1.3 2012-06-16 15:38:10 -03:00
ports.py Bug #1013967 - Quantum is breaking on tests with pep 1.3 2012-06-16 15:38:10 -03:00
versions.py Reorder imports by full module path 2012-06-21 20:13:15 +08:00