Merge "maint: remove unused exceptions"
This commit is contained in:
commit
5cc63c91d0
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user