neutron/neutron/tests/functional/db
Pavel Bondar 2921f6dfa2 Add Pluggable IPAM Backend Part 2
Introduces new Pluggable IPAM backend.
IP/subnet allocation calls are sent to IPAM driver.
Calls to IPAM Driver are considered as call to third-party
environment, so if any action fails, rollback action is called.

Removes associate_neutron_subnet step from interface and reference
driver. It is not needed any more because foreign key relationship
between IPAM subnet and neutron subnet was removed.
So IPAM subnet can store id of neutron subnet,
which is not created yet.

For now only reference IPAM driver is available.

Temporarily disabled test_ipam_pluggable_backend from
gate-neutron-python34. Current patch adds executing
parts of test_db_base_plugin_v2, which is not py34 compatible yet.
Might be enabled back once 204791 is merged.

Partially-Implements: blueprint neutron-ipam

Change-Id: Ic18461cf19d2eebf8fad5535eee0eb034959800e
2015-07-24 10:31:39 +03:00
..
__init__.py Freeze models for healing migration 2014-07-14 18:36:05 +02:00
test_ipam.py Add Pluggable IPAM Backend Part 2 2015-07-24 10:31:39 +03:00
test_migrations.py [neutron-db-manage] support separate migration branches 2015-07-14 12:10:36 +02:00
test_models.py Juno_initial migration 2015-06-16 15:03:14 +03:00