]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ofagent: Remove network_delete method
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 28 Jul 2014 08:43:10 +0000 (17:43 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 8 Aug 2014 15:38:41 +0000 (15:38 +0000)
commitafe9097666274f8f589e283b5671caa81863b246
treed06d68fc371e1482b19543749b8c3d746488f5ba
parentfccb7f72f15288be22de786efed0e709d59d4b3c
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
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py