Comment 2 for bug 1227477

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/47312
Committed: http://github.com/openstack/cinder/commit/61135b6a5f1724888e92471b68f91e4a825bf4f0
Submitter: Jenkins
Branch: master

commit 61135b6a5f1724888e92471b68f91e4a825bf4f0
Author: KIYOHIRO ADACHI <email address hidden>
Date: Thu Sep 19 14:37:33 2013 +0900

    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