mirror of https://github.com/apache/cloudstack.git
test
This commit is contained in:
parent
49ec1136a2
commit
49a8f1d9ce
|
|
@ -560,6 +560,7 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
|
|||
_pod = "default";
|
||||
}
|
||||
|
||||
|
||||
_createvnetPath = Script.findScript(networkScriptsDir, "createvnet.sh");
|
||||
if(_createvnetPath == null) {
|
||||
throw new ConfigurationException("Unable to find createvnet.sh");
|
||||
|
|
|
|||
Loading…
Reference in New Issue