mirror of https://github.com/apache/cloudstack.git
CS-15752: InterVlan - VMWare - Failed to assign PortForwarding rule to guest VM
Description: Fixing vpc_portforwarding.sh invocation in VmwareResource.
This commit is contained in:
parent
82020668a6
commit
cd562aba33
|
|
@ -1038,7 +1038,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…
Reference in New Issue