1
0
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:
Anton Todorov 2023-11-03 14:17:12 +02:00 committed by GitHub
parent c461d30846
commit 50cea216e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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