1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Fix rollback in in one_vmm_exec.rb

This commit is contained in:
Jaime Melis 2012-01-12 18:33:46 +01:00
parent 4869bc3634
commit ef8d3e2ce3

View File

@ -159,7 +159,7 @@ class VmmAction
# Roll back steps, store failed info and break steps
if DriverExecHelper.failed?(result)
execute_steps(@data[:fail_actions]) if @data[:fail_actions]
execute_steps(step[:fail_actions]) if step[:fail_actions]
@data[:failed_info] = info
@vmm.log(@id,