]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move db migration of ml2 security groups to havana
authorJakub Libosvar <libosvar@redhat.com>
Mon, 27 Jan 2014 17:09:26 +0000 (18:09 +0100)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:19 +0000 (15:20 +0800)
commita9bbc0ab09f0170ab0c9831bf3e7381342bf1c63
treea512c0725c56d6350f6b92671043476c78217bf9
parent787139544db1c525f642e5f5155514eb79d49b71
Move db migration of ml2 security groups to havana

ml2 plugin is a havana feature. Currently securitygroups table are
created in chain of migration after havana release. It causes db
migration failure when migrating from havana to current head because
securitygroups table is attempted to be created although it was already
created by create_all().

Closes-bug: #1271231
Change-Id: If450bd95de7a5fdfdb2219cfbf7eb0c1323044bb
neutron/db/migration/alembic_migrations/versions/49f5e553f61f_ml2_security_groups.py
neutron/db/migration/alembic_migrations/versions/8f682276ee4_ryu_plugin_quota.py
neutron/db/migration/alembic_migrations/versions/havana_release.py