]> 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)
committerIvar Lazzaro <ivar@embrane.com>
Mon, 3 Mar 2014 21:31:21 +0000 (13:31 -0800)
commit2864f97922502987bd00347f9468ef7a5bce7717
tree04ca2af155ba23dc35c1686615a41cc9e4e54d54
parente93aaf456a97bab2a9207e3c97defec66a4688be
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