From e30782e5e2c4413cc35456e7fb757c60ef2973e7 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Mon, 12 Dec 2011 13:34:37 +0100 Subject: [PATCH] feature #863: Add missing parameters for post actions --- src/vmm_mad/exec/one_vmm_exec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vmm_mad/exec/one_vmm_exec.rb b/src/vmm_mad/exec/one_vmm_exec.rb index 324542ac89..100c9cdecd 100755 --- a/src/vmm_mad/exec/one_vmm_exec.rb +++ b/src/vmm_mad/exec/one_vmm_exec.rb @@ -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? },