]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cisco Neutron plugin fails DB migration
authorSourabh Patwardhan <sopatwar@cisco.com>
Thu, 6 Mar 2014 23:08:15 +0000 (15:08 -0800)
committerSourabh Patwardhan <sopatwar@cisco.com>
Thu, 6 Mar 2014 23:37:41 +0000 (15:37 -0800)
commitfe2ef9f0dd1f33b61fe11eebf2ae3d577a73ef53
tree368209ef3df15ce5e154b2aa3b22e585e9b06dea
parent005fec677c3bf8b2aa0df68c4aedc2b708ec7caf
Cisco Neutron plugin fails DB migration

Alembic migration from revision f44ab9871cd6 to 2eeaf963a447 fails
because the floatingips table doesn't exist.

The fix is to add the plugin to the DB migration path for l3 and ext_gw_mode.

Change-Id: Ic7a9c1d624d2838e9313fa95ed6ddbfea9b6e1c9
Closes-Bug: #1289039
neutron/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.py
neutron/db/migration/alembic_migrations/versions/2c4af419145b_l3_support.py