Skip to content

Commit d8f5f2e

Browse files
JayapalUradimurali-reddy
authored andcommitted
CLOUDSTACK-2671 Updated vpc private gateway scipt args
1 parent b000781 commit d8f5f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ protected void assignVPCPublicIpAddress(String domrName, String routerIp, IpAddr
15271527
snatArgs += "eth" + ethDeviceNum;
15281528

15291529
Pair<Boolean, String> result_gateway = SshHelper.sshExecute(routerIp, DEFAULT_DOMR_SSHPORT, "root", mgr.getSystemVMKeyFile(), null,
1530-
"/opt/cloud/bin/vpc_privateGateway.sh " + args);
1530+
"/opt/cloud/bin/vpc_privateGateway.sh " + snatArgs);
15311531

15321532
if (!result_gateway.first()) {
15331533
throw new InternalErrorException("Unable to configure source NAT for public IP address.");

0 commit comments

Comments
 (0)