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:
@@ -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-...\").")
|
||||
|
Reference in New Issue
Block a user