Merge "Compute: update finish_revert_resize log to have some context"
This commit is contained in:
commit
a363e1c82e
@ -3625,7 +3625,7 @@ class ComputeManager(manager.Manager):
|
||||
|
||||
# if the original vm state was STOPPED, set it back to STOPPED
|
||||
LOG.info(_LI("Updating instance to original state: '%s'"),
|
||||
old_vm_state)
|
||||
old_vm_state, instance=instance)
|
||||
if power_on:
|
||||
instance.vm_state = vm_states.ACTIVE
|
||||
instance.task_state = None
|
||||
|
Loading…
Reference in New Issue
Block a user