defect 3102: change the flag name for vlan in cfgve to create network obj

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13864 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-09-21 01:29:32 +00:00
parent 788c4ac91c
commit 8bdf7e05d9

View File

@ -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];