diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-01-15 21:39:16 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-01-15 21:39:16 +0000 |
commit | a88152a476de4e5fc04d5b4e3b098527fdfb5a8f (patch) | |
tree | 980db596c0bef2d37765c58159a21ee0cab0310b /nova/exception.py | |
parent | f578fc4e220f4d57aebd6289bbf8b0181c26a066 (diff) | |
parent | 6b4ad2d7d2f431c153e9e2a655271932b8b378f0 (diff) | |
download | nova-a88152a476de4e5fc04d5b4e3b098527fdfb5a8f.tar.gz nova-a88152a476de4e5fc04d5b4e3b098527fdfb5a8f.tar.xz nova-a88152a476de4e5fc04d5b4e3b098527fdfb5a8f.zip |
Merge "Cells: Add cells API extension"
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): |