2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-09 13:00:16 +00:00

Merge pull request #997 from hu-weihua/xcattest995

Fix bug 995 [FVT]xcattest does not support vmstorage=dir:///var/lib/libvirt/images/ in default.conf
This commit is contained in:
Xiaopeng Wang
2016-04-28 16:40:43 +08:00

View File

@@ -197,7 +197,7 @@ sub getConfig
}
}elsif ($type eq "Object") {
##OBJECT BLOCK##
if($line =~ /(\w+)\s*=\s*([:\w\.\-]+)/) {
if($line =~ /(\w+)\s*=\s*([:\w\.\-\/]+)/) {
$attr = $1;
$value = $2;
if($attr eq "Name"){