From 8ded51f3a637a846b830c6cccf7e72e0a8804fb8 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Wed, 17 Nov 2010 18:44:19 +0100 Subject: [PATCH] Add domain parameter to deploy remote_action --- src/vmm_mad/ssh/one_vmm_ssh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmm_mad/ssh/one_vmm_ssh.rb b/src/vmm_mad/ssh/one_vmm_ssh.rb index 8226b79f89..d7745063fe 100755 --- a/src/vmm_mad/ssh/one_vmm_ssh.rb +++ b/src/vmm_mad/ssh/one_vmm_ssh.rb @@ -67,7 +67,7 @@ class SshDriver < VirtualMachineDriver tmp.close() remotes_action("#{@remote_dir}/vmm/#{@hypervisor}/deploy #{remote_dfile}", - id, host, :deploy, @remote_dir) + id, host, :deploy, @remote_dir, domain) end # ------------------------------------------------------------------------ #