nova/nova/db
Matt Riedemann e37279b459 Print number of rows archived per table in db archive_deleted_rows
The `nova-manage db archive_deleted_rows` command doesn't print any
results, not even how many rows were deleted, which is something the
database API returns.

The number of rows deleted also changes depending on the max_rows input
and how many rows are deleted in each table, it's a cumulative effect.

We should keep track of which tables we've deleted rows from along with
how many rows, and print that all out to the CLI console if the user
passed a --verbose option.

Implements blueprint print-table-archived-rows

Change-Id: I5c47cd5633eca056f8ae508753a41e2c1ed9e523
2015-10-16 10:23:54 -07:00
..
sqlalchemy Print number of rows archived per table in db archive_deleted_rows 2015-10-16 10:23:54 -07:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api.py Print number of rows archived per table in db archive_deleted_rows 2015-10-16 10:23:54 -07:00
base.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
migration.py Implement online schema migrations 2015-06-16 00:58:18 -04:00