]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Implement expand/contract autogenerate extension
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Jul 2015 22:34:15 +0000 (18:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Sep 2015 21:22:59 +0000 (17:22 -0400)
commit6576bea07c6c268b16e6c1f118b858e698452e2b
tree15f886239018d02f981efc2d99145a6fe78397d3
parentaa1c040a20addcc4f5d3b35b3ad45cf5a25fde6f
Implement expand/contract autogenerate extension

Makes use of new Alembic 0.8 features to allow
altering of the "alembic revision" stream such
that operations for expand and contract are
directed into separate branches.

Change-Id: Ifa743e2f5b90e59a8de8f4e7a67c4bbe46686804
Partially-Implements: blueprint online-schema-migrations
neutron/db/migration/alembic_migrations/env.py
neutron/db/migration/autogen.py [new file with mode: 0644]
neutron/db/migration/cli.py
neutron/tests/unit/db/test_migration.py