]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat API : Implement API specific exceptions
authorSteven Hardy <shardy@redhat.com>
Wed, 4 Jul 2012 10:45:38 +0000 (11:45 +0100)
committerSteven Hardy <shardy@redhat.com>
Wed, 4 Jul 2012 16:43:36 +0000 (17:43 +0100)
commit9de825c5d2395a420df8c66331d2ae2dcb351efd
tree89c72d429e7c9b8e43cadf64d2f725e2431fc24a
parent9d0a22f92be29281718632d28a1cd06fd6219494
heat API : Implement API specific exceptions

Implement HeatAPIException and subclasses, which will return error
responses serialized in the correct AWS API format when thrown
ref #125

Change-Id: I9039f181ee64ed59445667f50545dc6481973cb2
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/api/v1/exception.py [new file with mode: 0644]
heat/api/v1/stacks.py
heat/common/wsgi.py