1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +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 7e19392f6e
commit 637b432c1b
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
{
:driver => :vmm,
:action => :snapshot_revert,
:action => ACTION[:snapshot_revert],
:parameters => [:deploy_id, snapshot_name]
},
# Execute post-boot networking setup