6c86eee680
On subnet deletion ports are deleted asynchronously by dhcp agent so plugin doesn't need to delete them itself. Instead Ml2Plugin.delete_subnet() method should call update_port() for each allocation to remove the IP from the port and call the MechanismDrivers. The patch also adds subnets test suite from test_db_plugin to test_ml2_plugin. Closes-Bug: #1246737 Change-Id: I7cf0461e9a3cfec4921e2de41fb1ab3fc119fddc |
||
---|---|---|
.. | ||
drivers | ||
__init__.py | ||
_test_mech_agent.py | ||
test_agent_scheduler.py | ||
test_mech_hyperv.py | ||
test_mech_linuxbridge.py | ||
test_mech_openvswitch.py | ||
test_mechanism_ncs.py | ||
test_ml2_plugin.py | ||
test_port_binding.py | ||
test_rpcapi.py | ||
test_security_group.py | ||
test_type_gre.py | ||
test_type_vxlan.py |