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

B : Fix action name when snapshot_revert

(cherry picked from commit 50cea216e4b679a36f3f60636dd833fe2365db26)
This commit is contained in:
Anton Todorov 2023-11-03 14:17:12 +02:00 committed by Ruben S. Montero
parent a47f639ab1
commit 73e9bc721e
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

@ -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