cinder/releasenotes/notes/bug-1723226-allow-purging-0day-4de8979db7215cf3.yaml
Louie Kwan 2a44b3cdba Allow purging of records less than 1 day old
Adding ability to purge records less than 1 day old, using the
cinder-manage db_purge utility.

Added an unit test case at test_purge.py

Change-Id: I1e1f58e19ae02896633bc1ab0a8aa8ca3cc26ccf
Closes-Bug: #1723226
Co-Authored-By: Tee.Ngo@windriver.com
2017-11-28 17:47:24 +00:00

10 lines
254 B
YAML

---
fixes:
- Added ability to purge records less than 1 day old, using the
cinder-manage db_purge utility.
This helps especially for those testing scenarios in which a
a large number of volumes are created and deleted.
(bug #1723226)