diff --git a/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java b/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java index a6d34a370c1..3fcce795ae2 100755 --- a/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java +++ b/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java @@ -548,10 +548,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");