ff47787e11
Since many people will want to fully purge shadow table data after archiving, this adds a --purge flag to archive_deleted_rows which will automatically do a full db purge when complete. Related to blueprint purge-db Change-Id: Ibd824a77b32cbceb60973a89a93ce09fe6d1050d
8 lines
306 B
YAML
8 lines
306 B
YAML
---
|
|
features:
|
|
- |
|
|
The nova-manage command now has a 'db purge' command that will delete data
|
|
from the shadow tables after 'db archive_deleted_rows' has been run. There
|
|
is also now a ``--purge`` option for 'db archive_deleted_rows' that will
|
|
automatically do a full purge after archiving.
|