]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix NSX migration path
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 26 Feb 2014 11:06:38 +0000 (03:06 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:33 +0000 (15:20 +0800)
commit3ed30597f589fb41209d37b8dbf135be033a8a48
treea29e6656b4fdeafb4c078df63c48438168386da5
parentbdd9809adad7fcc9b6b377ffb3c8e810be73bd6a
Fix NSX migration path

The migration path for the NSX plugin was not working correctly,
as two migrations (extra route and network gateways) were
skipped.
Therefore installations were partially relying on automatic
schema generation.

This patch fixes the migration path, as well as an attribute
whose name in the migration and the DB model differed.

Closes-Bug: 1285095

Change-Id: I9e4db294e618d1419d86e07cfb5505dcc01b54ca
neutron/db/migration/alembic_migrations/versions/1c33fa3cd1a1_extra_route_config.py
neutron/db/migration/alembic_migrations/versions/363468ac592c_nvp_network_gw.py