]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Stop stacktracing on InvalidInput exceptions
authorJoe Gordon <joe.gordon0@gmail.com>
Thu, 2 Oct 2014 17:11:48 +0000 (10:11 -0700)
committerJoe Gordon <joe.gordon0@gmail.com>
Wed, 12 Nov 2014 21:48:30 +0000 (13:48 -0800)
commit3e36fb9666cf3d8fad73b2f7274f272588303718
treea154f9dab9b08219c90c996ecf30b5a7bf4b05f7
parent3c52d06611c7be0f9588bc088c2f0c2015f17ed6
Stop stacktracing on InvalidInput exceptions

InvalidInput is an expected error case, no need to stacktrace for it,
just log the error.

Change-Id: Ifcca98effd3ab153af30d21f2f23094210fe8ce3
Closes-Bug: #1376839
cinder/flow_utils.py