]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Embrane Plugin fails alembic migrations
authorIvar Lazzaro <ivar@embrane.com>
Mon, 3 Mar 2014 19:29:17 +0000 (11:29 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:42 +0000 (15:20 +0800)
commit873b51e4914b8fa2d2e6d7c8349db32bc1b937f0
tree64526c657349dc53d054b1dc4923a513f2315997
parent915da1a017ca2c9dcd38284bbed62ccd7a63f912
Embrane Plugin fails alembic migrations

Alembic migration from revision f44ab9871cd6 to 2eeaf963a447 is failing on
Embrane Plugin because the floatingips table doesn't exist.

The problem happens because the plugin is actually inheriting from OVS's Plugin,
and therefore it doesn't take part of the correct migration path at installation time.

As far as I have investigated, adding the support on ext_gw_mode and l3_support is enough to solve the problem.

Change-Id: Ide740df34d06d87fab50cf6468c5d753cb46f112
Closes-bug: 1287330
neutron/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.py
neutron/db/migration/alembic_migrations/versions/2c4af419145b_l3_support.py