Updated Branches: refs/heads/vpc 3c90fc842 -> e8ad5b7d0
CS-15555 : typo fix Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e8ad5b7d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e8ad5b7d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e8ad5b7d Branch: refs/heads/vpc Commit: e8ad5b7d01df848e12bf9749b99aad31900e5cce Parents: f44ce52 Author: anthony <[email protected]> Authored: Tue Jul 17 12:51:02 2012 -0700 Committer: anthony <[email protected]> Committed: Fri Jul 27 16:58:36 2012 -0700 ---------------------------------------------------------------------- .../computing/LibvirtComputingResource.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e8ad5b7d/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java ---------------------------------------------------------------------- diff --git a/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java b/agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java index a6d34a3..3fcce79 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");
