mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
B #6382: Fix action name when snapshot_revert
This commit is contained in:
parent
c461d30846
commit
50cea216e4
@ -826,7 +826,7 @@ class ExecDriver < VirtualMachineDriver
|
||||
# Run the snapshot_revert action script
|
||||
{
|
||||
:driver => :vmm,
|
||||
:action => :snapshot_revert,
|
||||
:action => ACTION[:snapshot_revert],
|
||||
:parameters => [:deploy_id, snapshot_name]
|
||||
},
|
||||
# Execute post-boot networking setup
|
||||
|
Loading…
Reference in New Issue
Block a user