mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
(cherry picked from commit 9563cdd339116763ec67b90415d5327d13703d80)
This commit is contained in:
parent
73e9bc721e
commit
c6f82e4ecc
@ -254,6 +254,7 @@ class VmmAction
|
||||
@id,
|
||||
host,
|
||||
step[:action],
|
||||
:script_name => step[:script_name],
|
||||
:ssh_stream => ssh,
|
||||
:respond => false,
|
||||
:stdin => stdin,
|
||||
@ -827,6 +828,7 @@ class ExecDriver < VirtualMachineDriver
|
||||
{
|
||||
:driver => :vmm,
|
||||
:action => ACTION[:snapshot_revert],
|
||||
:script_name => 'snapshot_revert',
|
||||
:parameters => [:deploy_id, snapshot_name]
|
||||
},
|
||||
# Execute post-boot networking setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user