summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2011-06-01 19:44:01 -0400
committerTodd Willey <todd@ansolabs.com>2011-06-01 19:44:01 -0400
commit5c187a17216b76d730c3dcf983f905d2b5ce1bd9 (patch)
tree2136b5a09676ab57b67fec842b47757a52c2906e /nova/exception.py
parent2c1dd72060fccbe7f32a6aa08c1ce67476806680 (diff)
parent78093e8101d1981fc1fbafc963023bc70ad6b3b6 (diff)
Merge trunk.
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 02c65fd64..d3d58f3b2 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -473,9 +473,8 @@ 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 SchedulerHostFilterNotFound(NotFound):
+ message = _("Scheduler Host Filter %(filter_name)s could not be found.")
class InstanceMetadataNotFound(NotFound):