]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove BigSwitch plugin and driver
authorKanzhe Jiang <kanzhe@gmail.com>
Thu, 22 Oct 2015 05:09:36 +0000 (22:09 -0700)
committerKanzhe Jiang <kanzhe@gmail.com>
Sun, 22 Nov 2015 00:13:44 +0000 (16:13 -0800)
commit862de0d21f31fe1f9ad21ef5f13e183ec764c835
treec8262906c062be9854d2a5c633f1b2bae461b9d3
parent19ededc702ba27f1dbfc59a896788f82acdc487b
Remove BigSwitch plugin and driver

The BigSwitch Vendor plugin and driver are in
openstack/networking-bigswitch repo and will be moved to
Openstack bigtent. This patch removes the duplicated code and
corresponding entry points. It also moves the bigswitch specific
db tables to openstack/networking-bigswitch.
Closes-Bug: #1508781

Change-Id: I180d93f3e7da347c9b042fcc3f79f19e9a471f52
18 files changed:
etc/neutron/plugins/bigswitch/restproxy.ini [deleted file]
etc/neutron/plugins/bigswitch/ssl/ca_certs/README [deleted file]
etc/neutron/plugins/bigswitch/ssl/host_certs/README [deleted file]
neutron/db/migration/alembic_migrations/external.py
neutron/db/migration/models/head.py
neutron/plugins/bigswitch/__init__.py [deleted file]
neutron/plugins/bigswitch/agent/__init__.py [deleted file]
neutron/plugins/bigswitch/agent/restproxy_agent.py [deleted file]
neutron/plugins/bigswitch/db/__init__.py [deleted file]
neutron/plugins/bigswitch/db/consistency_db.py [deleted file]
neutron/plugins/bigswitch/l3_router_plugin.py [deleted file]
neutron/plugins/bigswitch/plugin.py [deleted file]
neutron/plugins/bigswitch/requirements.txt [deleted file]
neutron/plugins/bigswitch/routerrule_db.py [deleted file]
neutron/plugins/ml2/drivers/mech_bigswitch/__init__.py [deleted file]
neutron/plugins/ml2/drivers/mech_bigswitch/driver.py [deleted file]
neutron/plugins/ml2/drivers/mech_bigswitch/requirements.txt [deleted file]
setup.cfg