mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-04 05:17:40 +03:00
corrected typo in one_vmm_kvm.rb both in trunk and in rel-1.4 tag
git-svn-id: http://svn.opennebula.org/one/trunk@958 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
92f3bdfc5b
commit
be4ed8ef05
@ -86,7 +86,7 @@ class LibVirtDriver < VirtualMachineDriver
|
||||
tmp.close()
|
||||
|
||||
images_path = File.dirname remote_dfile
|
||||
cmd = "mkdir -p #{images_path} && cat > #{remote_dfile} && " \
|
||||
cmd = "mkdir -p #{images_path} && cat > #{remote_dfile} && " \
|
||||
"#{LIBVIRT[:create]} #{remote_dfile}"
|
||||
|
||||
deploy_exe = SSHCommand.run("'#{cmd}'", host, log_method(id), domain)
|
||||
|
Loading…
Reference in New Issue
Block a user