Merge "remove unused exceptions"
This commit is contained in:
commit
3861518084
@ -1102,16 +1102,6 @@ class NetAppDriverException(VolumeDriverException):
|
|||||||
message = _("NetApp Cinder Driver exception.")
|
message = _("NetApp Cinder Driver exception.")
|
||||||
|
|
||||||
|
|
||||||
class EMCVnxCLICmdError(VolumeBackendAPIException):
|
|
||||||
message = _("EMC VNX Cinder Driver CLI exception: %(cmd)s "
|
|
||||||
"(Return Code: %(rc)s) (Output: %(out)s).")
|
|
||||||
|
|
||||||
|
|
||||||
class EMCSPUnavailableException(EMCVnxCLICmdError):
|
|
||||||
message = _("EMC VNX Cinder Driver SPUnavailableException: %(cmd)s "
|
|
||||||
"(Return Code: %(rc)s) (Output: %(out)s).")
|
|
||||||
|
|
||||||
|
|
||||||
# ConsistencyGroup
|
# ConsistencyGroup
|
||||||
class ConsistencyGroupNotFound(NotFound):
|
class ConsistencyGroupNotFound(NotFound):
|
||||||
message = _("ConsistencyGroup %(consistencygroup_id)s could not be found.")
|
message = _("ConsistencyGroup %(consistencygroup_id)s could not be found.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user