]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Deprecate branchless migration chains from neutron-db-manage
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 29 Sep 2015 12:45:50 +0000 (14:45 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 30 Sep 2015 16:59:36 +0000 (18:59 +0200)
commit82216c8764b47b4e2de93533b47af2d5aaf2730f
tree374647025a8f9b6615a004b31514953958136432
parentbcf9052e8c4c9e21709a67b1085f5a0c1eefb971
Deprecate branchless migration chains from neutron-db-manage

Support for the scheme puts additional burden on neutron-db-manage
maintainers.  The split branches were introduced in all 'official'
subprojects in Liberty, so it's fine to deprecate it in Mitaka, and drop
in Noodle.

Since there is no user actionable item to do for users, using
debtcollector that will only issue DeprecationWarning if they are
enabled. The assumption is that developers run their tests with that
enabled (as the BaseTestCase ensures) and handle warnings.

Related-Bug: #1501380
Change-Id: Ie4ddd29d8c51be74a112864aae3d16fb5e52c0fa
neutron/db/migration/cli.py