Updated Branches:
  refs/heads/vpc bf1123246 -> af8e6f58f

Apply patch https://reviews.apache.org/r/6552/


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/af8e6f58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/af8e6f58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/af8e6f58

Branch: refs/heads/vpc
Commit: af8e6f58f6b150852b26868c3f93e1a054c4dbcd
Parents: bf11232
Author: Kelven Yang <[email protected]>
Authored: Mon Aug 13 17:07:28 2012 -0700
Committer: Kelven Yang <[email protected]>
Committed: Mon Aug 13 17:07:28 2012 -0700

----------------------------------------------------------------------
 .../hypervisor/vmware/resource/VmwareResource.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/af8e6f58/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
----------------------------------------------------------------------
diff --git 
a/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
 
b/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
index f74be8f..034a296 100755
--- 
a/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
+++ 
b/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
@@ -1037,7 +1037,7 @@ public class VmwareResource implements 
StoragePoolResource, ServerResource, Vmwa
 
             try {
                 Pair<Boolean, String> sshResult = 
SshHelper.sshExecute(routerIp, DEFAULT_DOMR_SSHPORT, "root", 
mgr.getSystemVMKeyFile(), null,
-                        "/opt/cloud/bin/vpc_portforwarding " + args);
+                        "/opt/cloud/bin/vpc_portforwarding.sh " + args);
 
                 if (!sshResult.first()) {
                     results[i++] = "Failed";

Reply via email to