From 8bdf7e05d9cfb7e9561745459094c9af758c8cf7 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 21 Sep 2012 01:29:32 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/rhevm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];