Comment 3 for bug 1533536

Revision history for this message
Stuart McLaren (stuart-mclaren) wrote :

I've changed this back to 'new'.

Looking at https://wiki.openstack.org/wiki/Glance-v2-v1-client-compatability

I think the issue is that if you already know the checksum of your image there is no way to supply that in advance when using v2.

It would be possible to implement this client side so that this command:

 $ glance image-create --checksum 123abc --file /tmp/myimage

would error if the checksum calculated by the server didn't match the one provided by the client.

Would that be an ok fix? (Or is your concern something else?)