mirror of https://github.com/apache/cloudstack.git
CS-15555 : typo fix
This commit is contained in:
parent
843b3dceaf
commit
b35218db2f
|
|
@ -540,10 +540,10 @@ public class LibvirtComputingResource extends ServerResourceBase implements
|
|||
}
|
||||
|
||||
_routerProxyPath = Script.findScript("scripts/network/domr/",
|
||||
"routerProxy.sh");
|
||||
"router_proxy.sh");
|
||||
if (_routerProxyPath == null) {
|
||||
throw new ConfigurationException(
|
||||
"Unable to find the routerProxy.sh");
|
||||
"Unable to find the router_proxy.sh");
|
||||
}
|
||||
|
||||
String value = (String) params.get("developer");
|
||||
|
|
|
|||
Loading…
Reference in New Issue