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

fix bug 995 xcattest does not support vmstorage=dir:///var/lib/libvirt/images/ in default.conf

This commit is contained in:
hu-weihua 2016-04-28 04:08:45 -04:00
parent d88409b7cb
commit 7faab766b0

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"){