]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Freeze models for healing migration
authorJakub Libosvar <libosvar@redhat.com>
Thu, 26 Jun 2014 14:56:32 +0000 (16:56 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Mon, 14 Jul 2014 16:36:05 +0000 (18:36 +0200)
commit0befdbcba31dcd0fb43f93e1d48ac186a8f3e0b6
treebb5f9c29c81816711d04fd41e3412d84490cc37f
parent59da928e945ec58836d34fd561d30a8a446e2728
Freeze models for healing migration

Take a snapshot of all models from the code base at the time when the
healing migration merges. The healing migration needs this frozen view
of the models to be available (even as the models change in the future)
to compare with the current DB schema. The healing migration will use
this comparison to heal the schema.

partially implement bp: db-migration-refactor

Change-Id: I438147c7961b1ecad47f6146cc7fc9396aee7bc5
neutron/db/migration/models/__init__.py [new file with mode: 0644]
neutron/db/migration/models/frozen.py [new file with mode: 0644]
neutron/db/migration/models/head.py [new file with mode: 0644]
neutron/tests/functional/db/__init__.py [new file with mode: 0644]
neutron/tests/functional/db/test_models.py [new file with mode: 0644]