d8ad9f986e
The --before option to nova manage db purge and archive_deleted_rows accepts a string to be parsed by dateutils.parser.parse() with fuzzy=True. This is fairly forgiving, but doesn't handle e.g. "now - 1 day". This commit adds some clarification to the help strings, and some examples to the docs. Change-Id: Ib218b971784573fce16b6be4b79e0bf948371954
6 lines
199 B
YAML
6 lines
199 B
YAML
---
|
|
features:
|
|
- An option ``--before`` has been added to
|
|
`nova-manage db archive_deleted_rows` command. This options limits
|
|
archiving of records to those deleted before the specified date.
|