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:
parent
8d6573b3ed
commit
8ded51f3a6
@ -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
|
||||
|
||||
# ------------------------------------------------------------------------ #
|
||||
|
Loading…
x
Reference in New Issue
Block a user