snapshot/backup in compute manager to use uuids
Related to blueprint internal-uuids. Changes shapshot in the computer manager to expect uuids instead of ids. Also updates some compute api fakes. Change-Id: I525754ea065c7df9dfe1d093e4c94c02bebf4c02
This commit is contained in:
@@ -197,11 +197,11 @@ class InstanceBusy(NovaException):
|
||||
|
||||
|
||||
class InstanceSnapshotting(InstanceBusy):
|
||||
message = _("Instance %(instance_id)s is currently snapshotting.")
|
||||
message = _("Instance %(instance_uuid)s is currently snapshotting.")
|
||||
|
||||
|
||||
class InstanceBackingUp(InstanceBusy):
|
||||
message = _("Instance %(instance_id)s is currently being backed up.")
|
||||
message = _("Instance %(instance_uuid)s is currently being backed up.")
|
||||
|
||||
|
||||
class Invalid(NovaException):
|
||||
|
||||
Reference in New Issue
Block a user