]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Log tracepath for stack validate exceptions.
authorSteve Baker <sbaker@redhat.com>
Tue, 2 Apr 2013 23:41:13 +0000 (12:41 +1300)
committerSteve Baker <sbaker@redhat.com>
Tue, 2 Apr 2013 23:41:13 +0000 (12:41 +1300)
commit4aac0292266d711ac17bcc486c1e0fa2764c35cc
tree308b25aee0ed7a6b511edfaf0d7a9556d282dfa2
parentd388e48fa30ac3bd602dacf111eaa3f7518a4480
Log tracepath for stack validate exceptions.

Calling validate on each resource exercises a lot of code, and
will at times cause non-validation related exceptions.

This change just logs the tracepath for any exception that happens
during validate.

This may be a contender for backporting to milestone-proposed,
since diagnosing some problems on the grizzly branch will be
difficult without it

Change-Id: Ib010a8ec826552e2817da3a22c633dcac6c3ffc6
Fixes: bug #1163586
heat/engine/parser.py