]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add --verbose to subset of cmds in neutron-db-manage
authorMatt Thompson <mattt@defunct.ca>
Thu, 17 Sep 2015 11:27:44 +0000 (12:27 +0100)
committerMatt Thompson <mattt@defunct.ca>
Fri, 18 Sep 2015 13:01:45 +0000 (13:01 +0000)
commitb08c3d57a94e0adb012c885031010ecf61688b31
tree15e9a9a2b99a630cfe8422a0d8bdc45f47456153
parent693db7cf7cac4c0fc4aeaffd113b9d833a950a52
Add --verbose to subset of cmds in neutron-db-manage

This commit updates neutron/db/migration/cli.py such that --verbose can
be passed to the following commands:

- current
- history
- branches

We also update tests in neutron/tests/unit/db/test_migration.py and add
a new test for 'neutron-db-manage branches' as that appears to be
untested.

Lastly, we add a brief description of the newly added capability to
doc/source/devref/alembic_migrations.rst.

Change-Id: I9fc136055b422f12a22c1365f52f17df53219820
Closes-Bug: #1488021
doc/source/devref/alembic_migrations.rst
neutron/db/migration/cli.py
neutron/tests/unit/db/test_migration.py