]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove Brick iser dependency on cinder
authorWalter A. Boring IV <walter.boring@hp.com>
Thu, 8 Aug 2013 22:29:54 +0000 (15:29 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Mon, 12 Aug 2013 17:58:25 +0000 (10:58 -0700)
commitd1d6b808afec4a4d74d004dc48832eaaf1b415b1
treec64ade2ffddcda5e426134d0d55fa7ed815ac353
parent61f116d62e327bbae9824571433a12f9f36930e1
Remove Brick iser dependency on cinder

This patch removes the brick iser.py's dependency
on cinder exceptions and volume_utils.
This required moving some exceptions out of cinder's
exception.py that the iser.py raises.  Also had
to create a BrickException and refactor existing
brick exceptions to use the new BrickException model.

Fixes Bug #1210312

Change-Id: I672375807fed4952e5321fbcd9b57b9ef369f68f
cinder/brick/exception.py [new file with mode: 0644]
cinder/brick/exceptions.py [deleted file]
cinder/brick/initiator/connector.py
cinder/brick/iser/iser.py
cinder/exception.py
cinder/tests/brick/test_brick_connector.py