diff --git a/xCAT-server/lib/xcat/plugins/rhevm.pm b/xCAT-server/lib/xcat/plugins/rhevm.pm index 04902aec7..8e6c2c82e 100644 --- a/xCAT-server/lib/xcat/plugins/rhevm.pm +++ b/xCAT-server/lib/xcat/plugins/rhevm.pm @@ -1193,7 +1193,7 @@ sub cfgve { 'f' => \$force, 'k=s' => \$stype, 'p=s' => \$cputype, - 'v=s' => \$vlan); + 'n=s' => \$vlan); } my $rhevm = (keys %{$rhevm_hash})[0];