1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #863: Add missing parameters for post actions

This commit is contained in:
Ruben S. Montero 2011-12-12 13:34:37 +01:00
parent bcd9281b63
commit e30782e5e2

View File

@ -389,6 +389,7 @@ class ExecDriver < VirtualMachineDriver
{
:driver => :vnm,
:action => :post,
:parameters => [:deploy_id],
:fail_actions => [
{
:driver => :vmm,
@ -430,6 +431,7 @@ class ExecDriver < VirtualMachineDriver
{
:driver => :vnm,
:action => :post,
:parameters => [:deploy_id],
:destination => :true
#TODO :fail_action what to do here? cancel VM?
},