]> 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)
committerJakub Libosvar <libosvar@redhat.com>
Tue, 11 Feb 2014 19:10:53 +0000 (20:10 +0100)
commit2302ed3f22512590af23a649e09b952189e0fa9d
tree51a94cbd7e55f803b91605d70638cf6d5a959f98
parent2244f612c26059a907af180d3069e2dc52d7d2e8
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