shade/releasenotes/notes/delete-autocreated-1839187b0aa35022.yaml
Monty Taylor 5996a0313b
Add method to cleanup autocreated image objects
This shouldn't really be needed, as the objects should get cleaned up
automatically. BUT - if things leak, this method can be used to delete
any objects shade has uploaded on behalf of the user for deleting
images.

While in there, clean up test_image to use a few more good practices.

Change-Id: Ifb697944856e1922517074d84a7c00a4af75b1e6
2017-11-16 15:45:51 -06:00

6 lines
169 B
YAML

---
features:
- Added new method, delete_autocreated_image_objects
that can be used to delete any leaked objects shade
may have created on behalf of the user.