]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Brick fix BrickException message formatting
authorWalter A. Boring IV <walter.boring@hp.com>
Fri, 31 Jan 2014 19:33:17 +0000 (11:33 -0800)
committerWalter A. Boring IV <walter.boring@hp.com>
Fri, 7 Feb 2014 21:33:13 +0000 (13:33 -0800)
commitf134e3becb978c138c33de411c47fd9afa41900c
treefdd277d8a5976cf089499bff04c31d554a600342
parenta5c4cf84c0c5a6102573bccdfd35543ef3fa054c
Brick fix BrickException message formatting

This patch fixes an issue when passing in a
formatting key and value for formatted
text messages for all Brick exceptions.

Added unit tests for brick's exception

Change-Id: I76dcfc6872ca20305d1844162dd0ae28c4bb565c
Related-Bug: 1238085
cinder/brick/exception.py
cinder/tests/brick/test_brick_exception.py [new file with mode: 0644]