diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-06-11 15:10:40 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-06-12 11:41:51 -0700 |
| commit | 1a2efbaaf89303cc5977b832b784c23ad219b0d7 (patch) | |
| tree | 129e92958b573e737ffa8e00745578c79ca66c7f /nova/exception.py | |
| parent | 6555c5a8728c5eed9fc104894fdb988a5c9d3e0b (diff) | |
Remove unused DB calls
Fixes bug 1012301: Remove unused Cells code
Change-Id: I7e78e7c4ae3b099c775be2acc54b37f1e1b9883e
Diffstat (limited to 'nova/exception.py')
| -rw-r--r-- | nova/exception.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/exception.py b/nova/exception.py index e5ae3d267..2c43d36f4 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -807,10 +807,6 @@ class FlavorNotFound(NotFound): message = _("Flavor %(flavor_id)s could not be found.") -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.") |
