Image cleanup is missing in test_create_delete_image

In test_create_delete_image, there is no addCleanup after
self.client.create_image, so if anything goes wrong, the
following self.client.delete_image may not be executed and
the image will be left over improperly. This is to fix it.

Change-Id: Ib54758c0d29efd4f49d470a665713878c0576f10
1 file changed