Skip to content

Commit 8f84999

Browse files
committed
Update LCM PROLOG_MIGRATE_SUSPEND short status name
1 parent 11519d6 commit 8f84999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oca/vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class VirtualMachine(PoolElement):
109109
'PROLOG_MIGRATE_POWEROFF': 'prolog_migrate_power',
110110
'PROLOG_MIGRATE_POWEROFF_FAILURE': 'prolog_migrate_power_fail',
111111
'PROLOG_MIGRATE_SUSPEND': 'prolog_migrate_sus',
112-
'PROLOG_MIGRATE_SUSPEND_FAILURE': 'prolog_migrate_suspend',
112+
'PROLOG_MIGRATE_SUSPEND_FAILURE': 'prolog_migrate_sus_fail',
113113
'BOOT_UNDEPLOY_FAILURE': 'boot_und_fail',
114114
'BOOT_STOPPED_FAILURE': 'boot_stop_fail',
115115
'PROLOG_RESUME_FAILURE': 'prolog_resume_fail',

0 commit comments

Comments
 (0)