]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat API : Add support for ContentType=JSON query parameter
authorSteven Hardy <shardy@redhat.com>
Thu, 21 Jun 2012 09:52:25 +0000 (10:52 +0100)
committerSteven Hardy <shardy@redhat.com>
Thu, 21 Jun 2012 19:45:30 +0000 (20:45 +0100)
commitb2ab26398ffa1232e84cc0c78217cad644eaae30
tree7c436c43eb224c764a9f92de33b0418210337a2e
parentacf8334a1f370975c18109bf59452b09721ce1c1
heat API : Add support for ContentType=JSON query parameter

From reading the boto code, and looking at real AWS API responses
it would appear there is an (undocumented?) AWS query parameter
which switches response format from XML (default) to JSON
ref #125

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