diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-05-07 15:36:55 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-05-07 15:36:55 +0000 |
| commit | 02b97593d0b3ee60ab879e5184be742ef3ac1b64 (patch) | |
| tree | 32fcd95b42cd899809c0955ee3e5238c8cdc11bd /nova/exception.py | |
| parent | 621f42274e1fdc2dc0d075c7e7b3508547bb9a96 (diff) | |
| parent | a845a769671066a684e38b82c34ded7ded55eed4 (diff) | |
Host Filtering for Distributed Scheduler (done before weighing)
Diffstat (limited to 'nova/exception.py')
| -rw-r--r-- | nova/exception.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/exception.py b/nova/exception.py index 5caad4cf3..9905fb19b 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -457,6 +457,11 @@ class ZoneNotFound(NotFound): message = _("Zone %(zone_id)s could not be found.") +class SchedulerHostFilterDriverNotFound(NotFound): + message = _("Scheduler Host Filter Driver %(driver_name)s could" + " not be found.") + + class InstanceMetadataNotFound(NotFound): message = _("Instance %(instance_id)s has no metadata with " "key %(metadata_key)s.") |
