jaypipes@gmail.com af11621170 Adds checksumming to Glance.
When adding an image (or uploading an image during PUT operations),
you may now supply an optional X-Image-Meta-Checksum header. When
storing the uploaded image, the backend image stores now are required
to return a checksum of the data they just stored. The optional
X-Image-Meta-Checksum header is compared against this generated checksum
and returns a 409 Bad Request if there is a mismatch.

The ETag header is now properly set to the image's checksum now
for all GET /images/<ID>, HEAD /images/<ID>, POST /images and
PUT /images/<ID> operations.

Adds unit tests verifying the checksumming behaviour in the API, and
in the Swift and Filesystem backend stores.
2011-03-08 10:22:44 -05:00
..
2010-12-23 12:31:47 -05:00
2011-01-26 11:26:54 -06:00
2011-01-26 11:26:54 -06:00
2011-02-02 06:53:05 +00:00
2011-03-08 10:22:44 -05:00
2011-01-26 11:26:54 -06:00
2011-01-26 11:26:54 -06:00