neutron/neutron/tests/unit/ofagent
YAMAMOTO Takashi afe9097666 ofagent: Remove network_delete method
Removing local_vlan_map entry here makes later port_unbound no-op.
While it isn't a problem right now, it will be when per-port cleanup
is introduced.
This commit simply removes network_delete method.  The local_vlan_map
will be cleaned up when the last port on the network is removed.

Related: blueprint ofagent-merge-bridges
Change-Id: Ib1f1ee16e0178d0362ff2b731957f1f52dd9a596
2014-08-08 15:38:41 +00:00
..
__init__.py Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
fake_oflib.py OFAgent: Implement arp responder 2014-08-04 19:39:33 +09:00
ofa_test_base.py OFAgent: Implement arp responder 2014-08-04 19:39:33 +09:00
test_arp_lib.py OFAgent: Implement arp responder 2014-08-04 19:39:33 +09:00
test_ofa_defaults.py Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
test_ofa_neutron_agent.py ofagent: Remove network_delete method 2014-08-08 15:38:41 +00:00
test_ofa_ports.py ofagent: Handle device name prefixes other than "tap" 2014-07-14 16:36:03 +09:00