mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Apply patch https://reviews.apache.org/r/6552/
This commit is contained in:
parent
7120ce0717
commit
f0baaf6a22
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user