]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove cinder.exception from Brick
authorWalter A. Boring IV <walter.boring@hp.com>
Mon, 29 Jul 2013 23:21:46 +0000 (16:21 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Mon, 5 Aug 2013 20:30:16 +0000 (13:30 -0700)
commit23b3a2391a2f55fdd7781df2f696bbf86dda08db
tree723e811b3e5da1f71818aab505bba716a09d598d
parentcb93100a6d67bda32c24a035d58bb4329416be62
Remove cinder.exception from Brick

This patch fixes an issue that made
Brick's connector module dependent on cinder's
exception module.

Adds a new brick exceptions module to store brick
wide exceptions.

fixes bug #1206288

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