]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat API : Make CreateStack work with boto
authorSteven Hardy <shardy@redhat.com>
Fri, 29 Jun 2012 12:08:47 +0000 (13:08 +0100)
committerSteven Hardy <shardy@redhat.com>
Fri, 29 Jun 2012 13:20:59 +0000 (14:20 +0100)
commitcd94c31909b98563663d9cf98b8c42a96c3ca188
treee493c630a8319838221072a13c986ea6c7fa9918
parent4fe38c787e47def79cc820790529c3adeb383d27
heat API : Make CreateStack work with boto

Further API rework to make stack creation work via boto
- Use webob.request.params not GET, as boto passes POST parameters in body
- Wrap CreateStack response in CreateStackResponse as expected by boto
- Add API debug for JSON format responses
- (second version in stackforge due to long-line fix)
ref #125

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