]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Big Switch Networks code split
authorKevin Benton <blak111@gmail.com>
Sun, 1 Mar 2015 20:25:29 +0000 (12:25 -0800)
committerKevin Benton <kevinbenton@buttewifi.com>
Fri, 6 Mar 2015 09:43:30 +0000 (09:43 +0000)
commitb950be43911046eb5d05a5e87224013cb39cc116
tree2b1d64ec68527f5a9d3190a054f120cc49fa1296
parentaeae583fa51f932424108fb5303d92ada55013d9
Big Switch Networks code split

This commit removes all of the Big Switch Networks
code from the tree and replaces it with the import
statements required to pull in the entry points
from the new 'bsnstacklib' module.

All patches for BSN code should now be submitted
to the stackforge/networking-bigswitch project.

Partial-implements: blueprint core-vendor-decomposition
Change-Id: I4d83c9fd6a2953c329c247c78425f8e3280e8a42
34 files changed:
neutron/plugins/bigswitch/README [deleted file]
neutron/plugins/bigswitch/agent/restproxy_agent.py
neutron/plugins/bigswitch/config.py [deleted file]
neutron/plugins/bigswitch/db/consistency_db.py
neutron/plugins/bigswitch/db/porttracker_db.py [deleted file]
neutron/plugins/bigswitch/extensions/__init__.py [deleted file]
neutron/plugins/bigswitch/extensions/routerrule.py [deleted file]
neutron/plugins/bigswitch/l3_router_plugin.py
neutron/plugins/bigswitch/plugin.py
neutron/plugins/bigswitch/requirements.txt [new file with mode: 0644]
neutron/plugins/bigswitch/routerrule_db.py
neutron/plugins/bigswitch/servermanager.py [deleted file]
neutron/plugins/bigswitch/tests/__init__.py [deleted file]
neutron/plugins/bigswitch/tests/test_server.py [deleted file]
neutron/plugins/bigswitch/vcsversion.py [deleted file]
neutron/plugins/bigswitch/version.py [deleted file]
neutron/plugins/ml2/drivers/mech_bigswitch/driver.py
neutron/plugins/ml2/drivers/mech_bigswitch/requirements.txt [new file with mode: 0644]
neutron/tests/unit/bigswitch/__init__.py [deleted file]
neutron/tests/unit/bigswitch/etc/restproxy.ini.test [deleted file]
neutron/tests/unit/bigswitch/etc/ssl/ca_certs/README [deleted file]
neutron/tests/unit/bigswitch/etc/ssl/combined/README [deleted file]
neutron/tests/unit/bigswitch/etc/ssl/host_certs/README [deleted file]
neutron/tests/unit/bigswitch/fake_server.py [deleted file]
neutron/tests/unit/bigswitch/test_agent_scheduler.py [deleted file]
neutron/tests/unit/bigswitch/test_base.py [deleted file]
neutron/tests/unit/bigswitch/test_capabilities.py [deleted file]
neutron/tests/unit/bigswitch/test_restproxy_agent.py [deleted file]
neutron/tests/unit/bigswitch/test_restproxy_plugin.py [deleted file]
neutron/tests/unit/bigswitch/test_router_db.py [deleted file]
neutron/tests/unit/bigswitch/test_security_groups.py [deleted file]
neutron/tests/unit/bigswitch/test_servermanager.py [deleted file]
neutron/tests/unit/bigswitch/test_ssl.py [deleted file]
neutron/tests/unit/ml2/drivers/test_bigswitch_mech.py [deleted file]