Rename zones table to cells and Instance.zone_name to cell_name

Vish made an executive decision to use the term 'Cell' to refer to the
former 'Zone'.  :)  This fixes up the core code required for the future
Cells branch.

Change-Id: Iff0fb01f0c2862a646bfb2d3fd4e218f1d2b7a93
This commit is contained in:
Chris Behrens
2012-02-28 08:20:25 +00:00
parent 77ce86b2f4
commit d9100c0458

View File

@@ -748,8 +748,8 @@ class FlavorNotFound(NotFound):
message = _("Flavor %(flavor_id)s could not be found.")
class ZoneNotFound(NotFound):
message = _("Zone %(zone_id)s could not be found.")
class CellNotFound(NotFound):
message = _("Cell %(cell_id)s could not be found.")
class SchedulerHostFilterNotFound(NotFound):
@@ -1006,4 +1006,4 @@ class InstanceNotFound(NotFound):
class InvalidInstanceIDMalformed(Invalid):
message = _("Invalid id: %(val) (expecting \"i-...\").")
message = _("Invalid id: %(val) (expecting \"i-...\").")