diff options
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/exception.py b/nova/exception.py index f96b1eaf3..c1005f866 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -768,7 +768,7 @@ class FlavorAccessNotFound(NotFound): class CellNotFound(NotFound): - message = _("Cell %(cell_id)s could not be found.") + message = _("Cell %(cell_name)s doesn't exist.") class CellRoutingInconsistency(NovaException): |