CS-15555 : typo
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f44ce52b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f44ce52b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f44ce52b Branch: refs/heads/vpc Commit: f44ce52b879f108590fcae5c4db641950634b58b Parents: 1261f0c Author: anthony <[email protected]> Authored: Tue Jul 24 13:22:37 2012 -0700 Committer: anthony <[email protected]> Committed: Fri Jul 27 16:56:40 2012 -0700 ---------------------------------------------------------------------- .../virtualnetwork/VirtualRoutingResource.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f44ce52b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java index 041d86d..efd44ba 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;
