]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat API: bugfix to XMLResponseSerializer
authorSteven Hardy <shardy@redhat.com>
Mon, 9 Jul 2012 16:54:59 +0000 (17:54 +0100)
committerSteven Hardy <shardy@redhat.com>
Mon, 9 Jul 2012 17:33:30 +0000 (18:33 +0100)
commitdd94f3eba2d6540a37b8743c8bd15482149b4c05
tree75101e410d7279cfb9b5f06d634067fb0bc44df3
parent3b7e0ae4c615a203ed40a99b8e74f8bd18bdf2b9
heat API: bugfix to XMLResponseSerializer

JSON wrapped in XML responses needs to be serialized
with json.dumps not str() or quotes get mangled and
json.loads fails to parse the result

Change-Id: I65c6ddf0be383e71bf8d05e7293b514269a27213
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/common/wsgi.py