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:
parent
d88409b7cb
commit
7faab766b0
@ -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"){
|
||||
|
Loading…
x
Reference in New Issue
Block a user