]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
remove VolumeNotFoundForInstance class
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Thu, 19 Sep 2013 05:37:33 +0000 (14:37 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Thu, 19 Sep 2013 05:40:52 +0000 (14:40 +0900)
commit61135b6a5f1724888e92471b68f91e4a825bf4f0
tree76a3ef007c24a3122dcf86a7be7f38314bf416e7
parent26044e7ccdc8ecb2286b676a8d85f0417b256976
remove VolumeNotFoundForInstance class

VolumeNotFoundForInstance class is used only in test_xiv_ds8k.py.  I
think the exception class that is used only in test code should not be
defined in cinder/exception.py.

Change-Id: I53512d9b06d48e1fb98ef63eac82c033cec37471
Closes-Bug: #1227477
cinder/exception.py
cinder/tests/test_xiv_ds8k.py