diff options
| author | Chris Behrens <cbehrens@codestud.com> | 2012-11-01 20:49:43 +0000 |
|---|---|---|
| committer | Chris Behrens <cbehrens@codestud.com> | 2012-11-21 20:19:19 +0000 |
| commit | ddadc54f640e838d2a29744df27e2d21039b5c10 (patch) | |
| tree | 4a3aefb97cbf22a2a588409ea4ca8f05026c62be /nova/exception.py | |
| parent | 5582d203b77741a005687a87673d9fce11b5ee09 (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.py | 4 |
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.") |
