]> 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)
committerSalvatore Orlando <salv.orlando@gmail.com>
Wed, 26 Feb 2014 14:54:05 +0000 (06:54 -0800)
commit475b4a18432908c7f128a7dc88dbe652670669bd
tree08c33f912b37941d4111e54897683432ffcb97f6
parent2cb987fb3feaa757db7ba59e253d26464c105b0b
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