From 1a2efbaaf89303cc5977b832b784c23ad219b0d7 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 11 Jun 2012 15:10:40 -0700 Subject: Remove unused DB calls Fixes bug 1012301: Remove unused Cells code Change-Id: I7e78e7c4ae3b099c775be2acc54b37f1e1b9883e --- nova/exception.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nova/exception.py') 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.") -- cgit