mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
parent
637b432c1b
commit
9563cdd339
@ -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