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
..