]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ofagent: Vendor code decomposition
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 26 Jan 2015 07:41:24 +0000 (16:41 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 2 Mar 2015 21:50:34 +0000 (06:50 +0900)
commitaf4de720545167b8ca29f1256ec577b5dc108237
tree86a84e60a5763e3e24d2289a70b8c583aaef9224
parent816efd30bbe9da0f1d3f1c49cc2b0d0ae2bb184d
ofagent: Vendor code decomposition

networking-ofagent is now available on StackForge.
(http://git.openstack.org/cgit/stackforge/networking-ofagent)

Partially-implements: blueprint core-vendor-decomposition
Closes-Bug: #1412653
Change-Id: I8a5bd10a346df5ec726635c47f18bb5c472823ed
26 files changed:
doc/source/devref/contribute.rst
etc/neutron/rootwrap.d/ofagent.filters [deleted file]
neutron/plugins/ml2/drivers/mech_ofagent.py [deleted file]
neutron/plugins/ofagent/README [deleted file]
neutron/plugins/ofagent/__init__.py [deleted file]
neutron/plugins/ofagent/agent/__init__.py [deleted file]
neutron/plugins/ofagent/agent/arp_lib.py [deleted file]
neutron/plugins/ofagent/agent/constants.py [deleted file]
neutron/plugins/ofagent/agent/flows.py [deleted file]
neutron/plugins/ofagent/agent/main.py [deleted file]
neutron/plugins/ofagent/agent/metadata.py [deleted file]
neutron/plugins/ofagent/agent/ofswitch.py [deleted file]
neutron/plugins/ofagent/agent/ports.py [deleted file]
neutron/plugins/ofagent/agent/tables.py [deleted file]
neutron/plugins/ofagent/common/__init__.py [deleted file]
neutron/plugins/ofagent/common/config.py [deleted file]
neutron/tests/unit/ml2/drivers/test_ofagent_mech.py [deleted file]
neutron/tests/unit/ofagent/__init__.py [deleted file]
neutron/tests/unit/ofagent/fake_oflib.py [deleted file]
neutron/tests/unit/ofagent/ofa_test_base.py [deleted file]
neutron/tests/unit/ofagent/test_arp_lib.py [deleted file]
neutron/tests/unit/ofagent/test_ofa_flows.py [deleted file]
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py [deleted file]
neutron/tests/unit/ofagent/test_ofa_ports.py [deleted file]
neutron/tests/unit/ofagent/test_ofswitch.py [deleted file]
setup.cfg