Merge "Include metadata content for debugging"

This commit is contained in:
Jenkins 2017-03-03 16:20:28 +00:00 committed by Gerrit Code Review
commit 9ea1fd034a
1 changed files with 1 additions and 1 deletions

View File

@ -193,9 +193,9 @@ class MetadataProxyHandler(object):
body=req.body)
if resp.status == 200:
LOG.debug(str(resp))
req.response.content_type = resp['content-type']
req.response.body = content
LOG.debug(str(resp))
return req.response
elif resp.status == 403:
LOG.warning(_LW(