You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/08/15 21:58:27 UTC

[10/10] git commit: Apply patch https://reviews.apache.org/r/6552/

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/236325ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/236325ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/236325ab

Branch: refs/heads/asf-4.0
Commit: 236325ab6cc5461ba49189a620d518c6cf327e8f
Parents: f87974e
Author: Kelven Yang <ke...@citrix.com>
Authored: Mon Aug 13 17:07:28 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Wed Aug 15 11:52: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/236325ab/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";