Hi, When you use glance image-upload but fail to specify a container-format, the whole image gets uploaded, then it errors out (error is no container-format was specified. However, the image is still in glance in state queued which seems a bit non-sensical? Regards, Graeme
With the version of glance server from the RPM openstack-glance-2012.2.1-4.el6ost.noarch and the client from python-glanceclient-0.5.1-1.el6.noarch (what is currently in 6.4 beta) I do not experience this problem. The image is not uploaded when the container-format argument is left out. The entry in glance is left in the queued state because the user can still use the image-update command to set the container format and upload the image.