Include metadata content for debugging

This will help root cause the Cirros image complaining
about a lack of keys when they are visibly present in the
Nova API logs.

Related-Bug: #1668958
Change-Id: I606c56f73be147e7f3281dfc73b874e404c39675
This commit is contained in:
Kevin Benton 2017-03-02 11:23:16 -08:00
parent d794aee878
commit 5a6f98a30e

@ -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(