]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add option to make exception format errors fatal.
authorDan Prince <dprince@redhat.com>
Tue, 8 Jan 2013 18:20:57 +0000 (13:20 -0500)
committerDan Prince <dprince@redhat.com>
Tue, 8 Jan 2013 18:20:57 +0000 (13:20 -0500)
commita363c410a0900a113293b14fef5b3d14814cc05e
treeeb9811859b30785116e9025d2dd2cd1691ee1da1
parent93bb58732ddb1f2e561347f35699f66c5263ac02
Add option to make exception format errors fatal.

Adds a new fatal_exception_format_errors config option which
defaults to False. This option is use to control how the base
CinderException class handles errors which can occur when it
formats error messages.

The motivation for this change is to be able to enable exception
format checking in our tests by setting fatal_exception_format_errors=True.

Change-Id: I2df952558d3f30a557cbb094f8bddcc37af9b5aa
cinder/exception.py