cinder/cinder/brick
Walter A. Boring IV f134e3becb 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
2014-02-07 13:33:13 -08:00
..
initiator Fixed a problem in iSCSI multipath 2014-01-06 22:23:36 -05:00
iscsi Merge "VolumeManager: initialize even if a volume can't be found" 2014-01-31 05:11:46 +00:00
local_dev Merge "Brick LVM: Handle space info as numeric types" 2014-01-31 17:15:44 +00:00
remotefs Remove vim header 2013-12-30 18:53:02 -06:00
README.txt This adds a README to brick 2013-09-04 16:08:05 -04:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
exception.py Brick fix BrickException message formatting 2014-02-07 13:33:13 -08:00
executor.py Remove vim header 2013-12-30 18:53:02 -06:00

README.txt

Brick is a new library that currently is maintained in Cinder for
the Havana release.   It will eventually be moved external to Cinder,
possibly oslo, or pypi.  Any defects found in Brick, should be submitted
against Cinder and fixed there, then pulled into other projects that
are using brick.

* Brick is used outside of Cinder and therefore
  cannot have any dependencies on Cinder and/or
  it's database.