nova/releasenotes/notes/nova-manage-db-archive-before-option-8296af1c815f5f8a.yaml
Eric Fried d8ad9f986e Clarify --before help text in nova manage
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
2019-06-19 20:07:12 +00:00

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.