]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused exceptions
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Fri, 13 Sep 2013 02:57:39 +0000 (11:57 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Fri, 13 Sep 2013 02:58:50 +0000 (11:58 +0900)
commit89ac0cb3e65f25374ca3af0f674e85cb2fbf9e1e
treec38774e4b21de23b139179f48d65464753a528d0
parentae75e3f835f20eeb159ea7760238e704a18a805f
Remove unused exceptions

Removed the exception classes in the following because not referenced
anywhere.

InvalidSourceVolume
InvalidRequest
PersistentVolumeFileNotFound
InvalidSnapshotMetadata
InvalidSnapshotMetadataSize
DiskNotFound
MigrationNotFoundByStatus
ClassNotFound
NotAllowed
KeyPairExists
MigrationError
VolumeSizeExceedsQuota
Duplicate3PARHost
BackupVolumeInvalidType

Change-Id: I7165f970752587885430f9d5c813b82b3f06ad70
cinder/exception.py