]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix wrong exception reference
authorSergey Gotliv <sgotliv@redhat.com>
Tue, 6 May 2014 21:27:46 +0000 (00:27 +0300)
committerSergey Gotliv <sgotliv@redhat.com>
Wed, 7 May 2014 04:13:59 +0000 (07:13 +0300)
commit115b8447618073d3383bbd612ebd2fc68c8c5d28
tree2048b968988ee408ec604926b6ff18604a2ef43a
parente52445681400ff1f8a78a39dca07d4d9711dfe52
Fix wrong exception reference

iscsi.py should catch cinder.exception.NotFound instead of
cinder.brick.exception.NotFound.

Change-Id: I77134683712e9706619a7f7fe82caed42ede5887
Closes-Bug: #1300136
cinder/volume/iscsi.py