Merge "Remove 'InstanceUnknownCell' exception"

This commit is contained in:
Zuul 2019-06-15 09:29:35 +00:00 committed by Gerrit Code Review
commit 6ea8094aa6
1 changed files with 0 additions and 4 deletions

View File

@ -1286,10 +1286,6 @@ class CellTimeout(NotFound):
msg_fmt = _("Timeout waiting for response from cell")
class InstanceUnknownCell(NotFound):
msg_fmt = _("Cell is not known for instance %(instance_uuid)s")
class SchedulerHostFilterNotFound(NotFound):
msg_fmt = _("Scheduler Host Filter %(filter_name)s could not be found.")