From 3d75107add319f5e49cd5089196fca91bbe3f6ac Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 21 Aug 2012 17:06:18 -0700 Subject: [PATCH] CS-16119: Fix wrong container name of updateVpnCustomerGateway Reviewed-by: Frank Zhang --- api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java b/api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java index ebd0a8926da..66117134fc7 100644 --- a/api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java +++ b/api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java @@ -31,7 +31,7 @@ import com.cloud.user.UserContext; public class UpdateVpnCustomerGatewayCmd extends BaseAsyncCmd { public static final Logger s_logger = Logger.getLogger(UpdateVpnCustomerGatewayCmd.class.getName()); - private static final String s_name = "updatecustomergatewayresponse"; + private static final String s_name = "updatevpncustomergatewayresponse"; ///////////////////////////////////////////////////// //////////////// API parameters /////////////////////