Comment 0 for bug 1226089

Revision history for this message
Chris Friesen (cbf123) wrote :

I accidently tried creating a new image using "glance image-create" with an HTTP URL from a virtual machine with no external network connectivity. To my surprise, the command appeared to pass and the status showed as "active". However, the image size was zero and of course the image was non-bootable.

This is unexpected. If glance can't download the specified URL then the command should fail noisily to minimize confusion. Certainly the status shouldn't ever be "active" for a zero-size image.