diff --git a/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java b/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java index 2bab8c2717c..3a36bc28fbc 100755 --- a/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java +++ b/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java @@ -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");