Merge "maint: remove unused exceptions"

This commit is contained in:
Jenkins 2013-08-06 11:40:56 +00:00 committed by Gerrit Code Review
commit 5cc63c91d0

View File

@ -894,10 +894,6 @@ class NoCellsAvailable(NovaException):
msg_fmt = _("No cells available matching scheduling criteria.")
class CellError(NovaException):
msg_fmt = _("Exception received during cell processing: %(exc_name)s.")
class CellsUpdateUnsupported(NovaException):
msg_fmt = _("Cannot update cells configuration file.")
@ -915,11 +911,6 @@ class InstanceMetadataNotFound(NotFound):
"key %(metadata_key)s.")
class InstanceSystemMetadataNotFound(NotFound):
msg_fmt = _("Instance %(instance_uuid)s has no system metadata with "
"key %(metadata_key)s.")
class InstanceTypeExtraSpecsNotFound(NotFound):
msg_fmt = _("Instance Type %(instance_type_id)s has no extra specs with "
"key %(extra_specs_key)s.")