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

B #6382: 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

View File

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