]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused exceptions
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Fri, 10 Jan 2014 09:22:36 +0000 (18:22 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Tue, 21 Jan 2014 00:21:14 +0000 (09:21 +0900)
commite2fd4f204897b10aae1c2d182eacfc5315b9881f
treeab4e09b38dfc8ad7765e794e3ec13fd5672be03d
parent407301e23b4558863999dfc49e82ae81de4f4c35
Remove unused exceptions

The following exceptions are not used.
  class MigrationNotFound(NotFound):
  class BadDriverResponseStatus(VolumeDriverException):
  class InstanceNotFound(NotFound):
  class VolumeRetypeFailed(CinderException):
  class DuplicateSolidFireVolumeNames(SolidFireDriverException):

Change-Id: I891360f9c150eb8ea3f3968f12b9ad3da998981a
cinder/exception.py
cinder/tests/api/contrib/test_extended_snapshot_attributes.py