Convert consoles to use instance uuid.
Continued work on blueprint finish-uuid-conversion. Change-Id: I4032419d66e9bbb17b770d8974a92a136bf9c5d2
This commit is contained in:
@@ -774,11 +774,11 @@ class ConsoleNotFound(NotFound):
|
||||
|
||||
|
||||
class ConsoleNotFoundForInstance(ConsoleNotFound):
|
||||
message = _("Console for instance %(instance_id)s could not be found.")
|
||||
message = _("Console for instance %(instance_uuid)s could not be found.")
|
||||
|
||||
|
||||
class ConsoleNotFoundInPoolForInstance(ConsoleNotFound):
|
||||
message = _("Console for instance %(instance_id)s "
|
||||
message = _("Console for instance %(instance_uuid)s "
|
||||
"in pool %(pool_id)s could not be found.")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user