]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ofagent: Desupport ancillary bridges
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 28 Jul 2014 01:50:10 +0000 (10:50 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 4 Aug 2014 17:22:38 +0000 (02:22 +0900)
commit5a63085d89b00301fcebe27617d667ccde65bc6b
treecad1d4d55a4d166da408bce9ecd1a270a83a2389
parent9652d2e076aad2864d19db77c9b403f9e81e1f24
ofagent: Desupport ancillary bridges

Remove code to report port status for ancillary bridges because
it relies on ovsdb.  While we could adapt the code to use OFP in
a similar way we did for the integration bridge, it doesn't worth
the effort because the almost same functionality can be achieved
using provider network.  Update README to suggest the use of
provider network.

Partially-Implements: blueprint ofagent-port-monitor
Change-Id: Ia1329e36755b3e9a479a115dbd08aa3f4d6b55df
neutron/plugins/ofagent/README
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py