CS-15555 : typo fix

This commit is contained in:
anthony 2012-07-17 12:51:02 -07:00
parent 843b3dceaf
commit b35218db2f
1 changed files with 2 additions and 2 deletions

View File

@ -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");