]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Handle verification errors in create/update in cfn API
authorZane Bitter <zbitter@redhat.com>
Mon, 10 Sep 2012 16:04:34 +0000 (18:04 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 10 Sep 2012 16:04:34 +0000 (18:04 +0200)
commit2e0dfbab47470e91fdbdbcfc81387692a5523fa3
tree9837d4a73e140488c952b855c5222102d0a485b7
parenta080c9465833049c691fb3d50d7cf4e591dbf4a5
Handle verification errors in create/update in cfn API

If a StackCreate or StackUpdate call fails verification in the engine, we
get an error message returned rather than a stack identifier.

Fixes #224

Change-Id: I5f47f5d0e25e8bc05633d29605adcc8827edd379
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/api/v1/stacks.py
heat/tests/test_api_cfn_v1.py