summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
authorChris Behrens <cbehrens@codestud.com>2012-11-01 11:03:08 +0000
committerChris Behrens <cbehrens@codestud.com>2013-01-15 01:22:35 +0000
commit6b4ad2d7d2f431c153e9e2a655271932b8b378f0 (patch)
treeb003794c1e7d6d4d26366475b8cbe5220a8f54b5 /nova/exception.py
parentf6c205f66eef6bac572f9f4176b3bc7f90d57ff0 (diff)
downloadnova-6b4ad2d7d2f431c153e9e2a655271932b8b378f0.tar.gz
nova-6b4ad2d7d2f431c153e9e2a655271932b8b378f0.tar.xz
nova-6b4ad2d7d2f431c153e9e2a655271932b8b378f0.zip
Cells: Add cells API extension
Enables cells-related functionality such as adding neighbor cells, listing neighbor cells, and showing the capabilities of the local cell. Implements blueprint nova-compute-cells DocImpact Change-Id: Iacc1e68721a7867aeaf233903cbe6d18f09ad96e
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py2
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):