neutron/quantum/common
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 Remove dependency on python-quantumclient 2012-04-23 18:42:08 -07:00
config.py Enable user to configure base mac address. 2012-06-27 01:12:45 -04:00
exceptions.py Implement IP address allocation. 2012-06-29 05:12:44 -04:00
flags.py Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
test_lib.py Bug #1013967 - Quantum is breaking on tests with pep 1.3 2012-06-16 15:38:10 -03:00
utils.py Implements the blueprint use-common-cfg for the quantum service. 2012-06-20 02:30:11 -04:00