From a5b70aa73792a4fbe207e9607d626fcd81ba889b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 22 Dec 2015 22:42:33 +0000 Subject: [PATCH] Implement the --vcpus option. Thanks: Christoph Timm --- import-to-ovirt.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/import-to-ovirt.pl b/import-to-ovirt.pl index 5eca749..dffc2ab 100755 --- a/import-to-ovirt.pl +++ b/import-to-ovirt.pl @@ -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"; -- 1.8.3.1