heat/heat/api/v1
Steven Hardy 9ce1d94553 heat API : Convert API to use HeatAPIException subclasses
Covert API to use HeatAPIException subclasses, instead of
plain webob exceptions, which cannot be correctly serialized
by the wsgi controller, and map engine errors to API exceptions
so the raw engine exception is not propogated to the user.
ref #125
fixes #150

Change-Id: I164c71e12ed29f40ad67188b645ca7ad2fa1fee8
Signed-off-by: Steven Hardy <shardy@redhat.com>
2012-07-05 09:54:54 +01:00
..
__init__.py heat API : Make CreateStack work with boto 2012-06-29 14:20:59 +01:00
exception.py heat API : Implement API specific exceptions 2012-07-04 17:43:36 +01:00
stacks.py heat API : Convert API to use HeatAPIException subclasses 2012-07-05 09:54:54 +01:00