Comment 1 for bug 1193310

Revision history for this message
Feilong Wang (flwang) wrote :

After investigation, I think the root cause is Glance will return the image data from cache if there is. However, in method _process_v2_request, the content type has never been configured. See:
    https://github.com/openstack/glance/blob/master/glance/api/middleware/cache.py#L162