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

Add domain parameter to deploy remote_action

This commit is contained in:
Daniel Molina 2010-11-17 18:44:19 +01:00
parent 8d6573b3ed
commit 8ded51f3a6

View File

@ -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
# ------------------------------------------------------------------------ #