Implement the --vcpus option.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 22 Dec 2015 22:42:33 +0000 (22:42 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 22 Dec 2015 22:42:33 +0000 (22:42 +0000)
Thanks: Christoph Timm

import-to-ovirt.pl

index 5eca749..dffc2ab 100755 (executable)
@@ -195,6 +195,7 @@ GetOptions ("help|?" => \$help,
             "man" => \$man,
             "memory=i" => \$memory_mb,
             "name=s" => \$name,
+            "vcpus=i" => \$vcpus,
             "vmtype=s" => \$vmtype,
     )
     or die "$0: unknown command line option\n";