]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add l3 db migration for plugins which did not support in folsom
authorSalvatore Orlando <salv.orlando@gmail.com>
Mon, 11 Mar 2013 18:33:01 +0000 (19:33 +0100)
committerSalvatore Orlando <salv.orlando@gmail.com>
Tue, 12 Mar 2013 09:20:35 +0000 (10:20 +0100)
commit90abfc6b04f1acf61e8a8b3413a90d2a12de68b8
treeac85063ac325469277ca9dba932f90404b42b945
parentcf00be07a699525f95fc039899e1b0d470a7c5d5
Add l3 db migration for plugins which did not support in folsom

Bug 1153585

Several plugins added l3 support in the grizzly release. This means that
when upgrading from the folsom data model, the relevant data model changes
should be applied.
In order to do so this patch refactors the initial migration in order
to be able to reuse the upgrade_l3 and downgrade_l3 routines.

Change-Id: I876f6d637665e10fb09d2084bb8a545ce469fbf3
quantum/db/migration/alembic_migrations/common_ext_ops.py [new file with mode: 0644]
quantum/db/migration/alembic_migrations/versions/2c4af419145b_l3_support.py [new file with mode: 0644]
quantum/db/migration/alembic_migrations/versions/5a875d0e5c_ryu.py
quantum/db/migration/alembic_migrations/versions/folsom_initial.py