Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #150 from LiuZhiyan/correct-content-type-image-met…
Browse files Browse the repository at this point in the history
…adata-api

Correct content type of response for image metadata getting api (HEAD)
  • Loading branch information
jimlindeman committed Aug 14, 2014
2 parents 3028c74 + 7819535 commit fa76111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jumpgate/image/drivers/sl/images.py
Expand Up @@ -221,6 +221,7 @@ def on_head(self, req, resp, image_guid, tenant_id=None):
}

resp.set_headers(headers)
resp.content_type = 'text/html; charset=utf-8'


class ImagesV1(ImagesV2):
Expand Down

0 comments on commit fa76111

Please sign in to comment.