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

Correct content type of response for image metadata getting api #150

Merged
merged 1 commit into from
Aug 14, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions jumpgate/image/drivers/sl/images.py
Original file line number Diff line number Diff line change
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