]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Validation failures now raise StackValidationFailed
authorSteve Baker <sbaker@redhat.com>
Fri, 8 Feb 2013 01:54:57 +0000 (14:54 +1300)
committerSteve Baker <sbaker@redhat.com>
Tue, 5 Mar 2013 02:07:24 +0000 (15:07 +1300)
commitcadcf10ac381eaea4d0f695fddc25e5ed1477160
treea6a6c926f9a51a6f19bfca12a189ca8f0b3a0d95
parent78e975eaf142aca97a3976830e85ce1ed519528a
Validation failures now raise StackValidationFailed

This changes the way validation failures are presented
to heat-cfn as per bug 1072939

Change-Id: Iddaaf0c83c5d0df7c0143c6805096a83f8e5dc51
heat/api/aws/exception.py
heat/api/openstack/v1/stacks.py
heat/api/openstack/v1/util.py
heat/common/exception.py
heat/engine/parser.py
heat/engine/service.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_engine_service.py
heat/tests/test_properties.py