[PATCH conductor 0/1] BZ 765714 - Verify image exists before importing

Matt Wagner matt.wagner at redhat.com
Fri Dec 16 21:06:27 UTC 2011


So it turned out that our calls to import an image never actually verified that the image existed, and the operation proceeded such that it would appear to succeed even if the image never existed on the provider. This was bad.

This patch calls out to Deltacloud to verify that the image actually exists, and raises an exception if it's not found. Both the UI and the API used by the CLI rescue this and display a pleasant error.

-- Matt



More information about the aeolus-devel mailing list