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

feature #2911: Add concurrency to vCenter driver

This commit is contained in:
Tino Vazquez 2014-09-29 11:11:43 +02:00 committed by Ruben S. Montero
parent 5947a30aab
commit 3ac1fb2d0b
2 changed files with 2 additions and 2 deletions

View File

@ -451,7 +451,7 @@ VM_MAD = [
#VM_MAD = [
# name = "vcenter",
# executable = "one_vmm_sh",
# arguments = "-t 15 -r 0 vcenter -s sh",
# arguments = "-p -t 15 -r 0 vcenter -s sh",
# type = "xml" ]
#-------------------------------------------------------------------------------

View File

@ -902,7 +902,7 @@ opts = GetoptLong.new(
[ '--threads', '-t', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--local', '-l', GetoptLong::REQUIRED_ARGUMENT ],
[ '--shell', '-s', GetoptLong::REQUIRED_ARGUMENT ],
[ '--parallel' '-p', GetoptLong::NO_ARGUMENT ]
[ '--parallel', '-p', GetoptLong::NO_ARGUMENT ]
)
hypervisor = ''