neutron/quantum/db
Gary Kotton 681d096ef2 Implement IP address allocation.
This fixes bug 1008029.

The allocation is done as follows (according to the value of
port['fixed_ips']):
- api_router.ATTR_NOT_SPECIFIED - Quantum will generate an IP address.
If a v4 subnet is defined then a v4 address will be generated. If
a v6 subnet is defined then a v6 address will be generated. If both are
defined then both v4 and v6 addresses will be generated.
- user configuration which may contain a list of the following:
   - ip_address - the specific IP address will be generated
   - subnet_id - an IP address from the subnet will be generated

Change-Id: I3bb1b83b8824364b37dbecfa140331c4a1fd2762
2012-06-29 05:12:44 -04:00
..
__init__.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
api.py Add API v2 support 2012-06-11 10:36:10 -05:00
db_base_plugin_v2.py Implement IP address allocation. 2012-06-29 05:12:44 -04:00
model_base.py Reorder imports by full module path 2012-06-21 20:13:15 +08:00
models_v2.py Implement IP address allocation. 2012-06-29 05:12:44 -04:00
models.py Bug #1013967 - Quantum is breaking on tests with pep 1.3 2012-06-16 15:38:10 -03:00