shade/releasenotes/notes/delete-obj-return-a3ecf0415b7a2989.yaml
David Shrewsbury 8d5abfbf56 Bug fix: delete_object() returns True/False
Our delete APIs return True if the delete succeeded, or False if
the thing being deleted was not found. delete_object() was not doing
this, so this makes it consistent with the other delete API calls.

Also adds missing unit tests for this method.

Change-Id: I0951765193459300f08b0ab804e6ca327c6fa57d
2015-12-11 15:45:42 -05:00

6 lines
162 B
YAML

---
fixes:
- The delete_object() method was not returning True/False,
similar to other delete methods. It is now consistent with
the other delete APIs.