shade/releasenotes/notes/delete_project-399f9b3107014dde.yaml
David Shrewsbury 92dc7a2089 Return boolean from delete_project
Make delete_project conform to our standard delete APIs and return
True when the delete succeeds, False when the project was not found
for deleting. It would previously raise an exception during the
attempt to delete.

Also, add some missing functional tests for projects.

Change-Id: Ie1773944b573c743a55fec202454968f1d813ec1
2016-04-11 11:45:00 -04:00

6 lines
231 B
YAML

---
fixes:
- The delete_project() API now conforms to our standard of returning True
when the delete succeeds, or False when the project was not found. It
would previously raise an expection if the project was not found.