Comment 24 for bug 1415087

Revision history for this message
Grant Murphy (gmurphy) wrote : Re: Format-guessing and file disclosure in image convert

Thought I'd get the patch conversation started with this.

This change explicitly requires all calls to convert_image to supply an image format. It touches a lot of drivers so may not be desirable. The alternative will need to use qemu-img info for each call to derive the image type.

*Note this only covers the qemu-img convert cases in cinder. I will take a look at required changes in Nova next.