Fixes undocumented commands

* nova-manage db null_instance_uuid_scan
* nova-manage db archive_deleted_rows
Closes-Bug: #1399616
Change-Id: I678b0bf54b19cc440b8f98d68ec914007b444fc3
This commit is contained in:
Erwan Gallen 2015-01-21 15:08:12 +01:00
parent 9595d09e05
commit 28a1ca611d

View File

@ -50,6 +50,14 @@ Nova Db
Sync the database up to the most recent version. This is the standard way to create the db as well.
``nova-manage db archive_deleted_rows [--max_rows <number>]``
Move deleted rows from production tables to shadow tables.
``nova-manage db null_instance_uuid_scan [--delete]``
Lists and optionally deletes database records where instance_uuid is NULL.
Nova Logs
~~~~~~~~~