mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-18 02:50:09 +03:00
B #6382: Fix action name when snapshot_revert
(cherry picked from commit 50cea216e4b679a36f3f60636dd833fe2365db26)
This commit is contained in:
parent
a47f639ab1
commit
73e9bc721e
@ -826,7 +826,7 @@ class ExecDriver < VirtualMachineDriver
|
|||||||
# Run the snapshot_revert action script
|
# Run the snapshot_revert action script
|
||||||
{
|
{
|
||||||
:driver => :vmm,
|
:driver => :vmm,
|
||||||
:action => :snapshot_revert,
|
:action => ACTION[:snapshot_revert],
|
||||||
:parameters => [:deploy_id, snapshot_name]
|
:parameters => [:deploy_id, snapshot_name]
|
||||||
},
|
},
|
||||||
# Execute post-boot networking setup
|
# Execute post-boot networking setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user