]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add script to migrate ovs or lb db to ml2 db
authorMaru Newby <marun@redhat.com>
Wed, 26 Feb 2014 13:09:42 +0000 (13:09 +0000)
committerMaru Newby <marun@redhat.com>
Mon, 24 Mar 2014 17:44:33 +0000 (17:44 +0000)
commit20b2b82c02bfa0eee8b1f3224592ab0642857391
tree52af2fe9256ccab8ccff453d9b98b95890251614
parentda177aba8e5cb60fe210c47946c4ed532e998e47
Add script to migrate ovs or lb db to ml2 db

This script migrates an ovs or lb database to work with ml2.
The script's docstring provides details as to how it is intended to
work.

I've tested this manually on a trivial deployment, and would like
to add support for testing the migration with grenade.  However,
that will have to wait until grenade support for neutron has
merged.

DocImpact

Implements: blueprint ml2-deprecated-plugin-migration

Change-Id: I1eb908c866e19f72e61f687d56a0bc391cdb4760
neutron/db/migration/migrate_to_ml2.py [new file with mode: 0755]