Comment 1 for bug 1468565

Revision history for this message
Bob Haddleton (bob-haddleton) wrote :

The internal error is caused by an Exception from the HeatClient because the Heat stack could not be created. When the template is invalid for any reason the HeatClient will raise an HTTPBadRequest exception that needs to be handled. The error message from this exception needs to be passed back to the client along with the appropriate API error response code.