summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
authorChris Behrens <cbehrens@codestud.com>2012-11-01 20:49:43 +0000
committerChris Behrens <cbehrens@codestud.com>2012-11-21 20:19:19 +0000
commitddadc54f640e838d2a29744df27e2d21039b5c10 (patch)
tree4a3aefb97cbf22a2a588409ea4ca8f05026c62be /nova/exception.py
parent5582d203b77741a005687a87673d9fce11b5ee09 (diff)
Cells: Re-add DB model and calls
Implements blueprint nova-compute-cells Change-Id: I5e254988f3dd17cd1147b6c2d0372e3bb6fe6937
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 54b3a17cc..2ba11ac32 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -753,6 +753,10 @@ class FlavorAccessNotFound(NotFound):
"%(project_id) combination.")
+class CellNotFound(NotFound):
+ message = _("Cell %(cell_id)s could not be found.")
+
+
class SchedulerHostFilterNotFound(NotFound):
message = _("Scheduler Host Filter %(filter_name)s could not be found.")