neutron/neutron/tests/unit/vmware
mathieu-rohon 1e00041b0b make delete_router send delete_port to core_plugin
Have delete_router API call also delete the gateway port if needed.
Currently, the db_base_plugin_v2 method is called, bypassing the
core_plugin overload of this method. The consequence is that,
in ML2, mechanism drivers are not aware of the port deletion.

In this patch, tha gateway port is deleted through a common
method. This method checks if floating IP and VPN are attached
to the router, so those checks are removed from the delete_router
method.

Closes-Bug: #1361540

Change-Id: Iae98f3fe89126a76f16ed9c5230ce299a09ce8d8
2015-01-15 16:19:08 +01:00
..
apiclient make delete_router send delete_port to core_plugin 2015-01-15 16:19:08 +01:00
db Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
etc Refresh rpc_backend values in unit tests to those from oslo.messaging 2014-08-22 11:02:25 +02:00
extensions Use "if dict.get(key):" instead "if key in dict and dict[key]:" 2015-01-12 14:05:54 -08:00
nsxlib switch to oslo.serialization 2014-11-14 09:28:12 +00:00
vshield Remove NSX 'service' plugin 2014-12-19 10:18:55 +01:00
test_agent_scheduler.py Make sure we call BaseTestCase.setUp() first 2014-06-17 21:56:24 +02:00
test_dhcpmeta.py Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
test_nsx_opts.py NSX: Make conn_idle_timeout configurable 2014-10-16 04:20:06 -07:00
test_nsx_plugin.py Use "if dict.get(key):" instead "if key in dict and dict[key]:" 2015-01-12 14:05:54 -08:00
test_nsx_sync.py switch to oslo.serialization 2014-11-14 09:28:12 +00:00
test_nsx_utils.py Make _build_uri_path output predictable 2014-08-05 13:47:03 +00:00