]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
remove linuxbridge plugin
authorMark McClain <mmcclain@yahoo-inc.com>
Wed, 24 Sep 2014 01:50:06 +0000 (01:50 +0000)
committerMark McClain <mmcclain@yahoo-inc.com>
Wed, 1 Oct 2014 18:08:25 +0000 (18:08 +0000)
commit91683ffeb75fe8899a2925b5490c7c57ffa5f10a
treee4f41fe12bab32fc07b75b4661eef2ac59254c58
parent7dc54f67d233da82164e0e6d93219efa9ab0eef2
remove linuxbridge plugin

This changeset removes the linuxbridge plugin, but retains the agent for ML2.
The database models were not removed since operators will need to migrate the
data.

Additionally, the ml2 migration script was altered to support Juno.  For
testing, a user must either run the migration against the icehouse
scheme or run the update, manually change alembic_version to juno and
then run the migration script.  Once the juno migration is added, this
manually step will not be required.

Change-Id: I70689b4247947e6dc08e80fd9b31da9dc691d259
Partial-Bug: 1323729
neutron/db/migration/migrate_to_ml2.py
neutron/plugins/linuxbridge/README
neutron/plugins/linuxbridge/db/l2network_db_v2.py [deleted file]
neutron/plugins/linuxbridge/lb_neutron_plugin.py [deleted file]
neutron/tests/unit/linuxbridge/test_agent_scheduler.py [deleted file]
neutron/tests/unit/linuxbridge/test_lb_db.py [deleted file]
neutron/tests/unit/linuxbridge/test_lb_security_group.py [deleted file]
neutron/tests/unit/linuxbridge/test_linuxbridge_plugin.py [deleted file]
neutron/tests/unit/linuxbridge/test_rpcapi.py [deleted file]
neutron/tests/unit/test_quota_ext.py
setup.cfg