Files
puppet-nova/releasenotes/notes/add-until-complete-archive-cron-f4e3ed2dfee64c5c.yaml
Carlos Camacho 24003c8847 Add until_complete to archive_deleted_rows.pp
Add a boolean flag to clean the all the deleted instances.

Will run in batches of max_rows until empty.

Change-Id: I927b75adb0fc3251f3734d41f4393590294c1c9b
2016-12-21 10:32:42 +01:00

7 lines
183 B
YAML

---
features:
- Adds --until_complete to the archive command
based on an empty_table boolean flag.
If true, it will run in batches of max_rows
until the table is empty.