mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-10 01:17:40 +03:00
parent
0fb4ddaa4f
commit
de5bc4be13
@ -1057,7 +1057,14 @@ class ExecDriver < VirtualMachineDriver
|
||||
steps << {
|
||||
:driver => :vmm,
|
||||
:action => :prereconfigure,
|
||||
:parameters => [:deploy_id, target_device]
|
||||
:parameters => [:deploy_id, target_device],
|
||||
:fail_actions => [
|
||||
{
|
||||
:driver => :vmm,
|
||||
:action => :detach_nic,
|
||||
:parameters => [:deploy_id, mac]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
if tm_command && !tm_command.empty?
|
||||
|
Loading…
Reference in New Issue
Block a user