]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove deprecated OVS and LB plugin DB tables
authorHenry Gessau <gessau@cisco.com>
Thu, 25 Jun 2015 17:58:30 +0000 (13:58 -0400)
committerAkihiro Motoki <amotoki@gmail.com>
Tue, 21 Jul 2015 10:27:16 +0000 (10:27 +0000)
commitd6e36b4e2f5074c47c71bf32ba6762d573d5161b
tree01807b232b7c62983215a54ca31f0ef4d2342f33
parent11c0900dea4d4e691c0c68cd7b0c9cff656ce7a2
Remove deprecated OVS and LB plugin DB tables

Now that the openvswitch and linuxbridge monolithic plugins have been
deprecated and replaced by ML2 mechanism drivers, we can remove their
database tables.

Also remove the migrate_to_ml2.py script which is no longer supported.

Change-Id: Ia8d77cb7e4e4b3d4957365cc124ac71a59e62745
Partially-Implements: blueprint reference-implementation-split
Closes-Bug: #1468433
neutron/db/migration/alembic_migrations/versions/HEADS
neutron/db/migration/alembic_migrations/versions/liberty/contract/5498d17be016_drop_legacy_ovs_and_lb.py [new file with mode: 0644]
neutron/db/migration/migrate_to_ml2.py [deleted file]
neutron/db/migration/models/head.py
neutron/plugins/ml2/drivers/linuxbridge/agent/README [deleted file]
neutron/plugins/ml2/drivers/linuxbridge/agent/l2network_models_v2.py [deleted file]
neutron/plugins/ml2/drivers/openvswitch/agent/README [deleted file]
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_models_v2.py [deleted file]