diff --git a/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java index 041d86dae42..efd44ba23a0 100755 --- a/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java +++ b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java @@ -908,9 +908,9 @@ public class VirtualRoutingResource implements Manager { throw new ConfigurationException("Unable to find bumpUpPriority.sh"); } - _routerProxyPath = findScript("routerProxy.sh"); + _routerProxyPath = findScript("router_proxy.sh"); if (_routerProxyPath == null) { - throw new ConfigurationException("Unable to find routerProxy.sh"); + throw new ConfigurationException("Unable to find router_proxy.sh"); } return true;