Updated Branches:
  refs/heads/4.0 2b09f68b3 -> 530bd4d6c

CLOUDSTACK-1319: cloudstack API - CreateVpnCustomerGateway API: correct 
parameter type on server-side.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/530bd4d6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/530bd4d6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/530bd4d6

Branch: refs/heads/4.0
Commit: 530bd4d6c47cd6832079fdbc164db329a5f871e0
Parents: 2b09f68
Author: Jessica Wang <[email protected]>
Authored: Fri Feb 22 12:02:16 2013 -0800
Committer: Jessica Wang <[email protected]>
Committed: Fri Feb 22 12:03:03 2013 -0800

----------------------------------------------------------------------
 .../api/commands/CreateVpnCustomerGatewayCmd.java  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/530bd4d6/api/src/com/cloud/api/commands/CreateVpnCustomerGatewayCmd.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/api/commands/CreateVpnCustomerGatewayCmd.java 
b/api/src/com/cloud/api/commands/CreateVpnCustomerGatewayCmd.java
index 9754f1c..37231d7 100644
--- a/api/src/com/cloud/api/commands/CreateVpnCustomerGatewayCmd.java
+++ b/api/src/com/cloud/api/commands/CreateVpnCustomerGatewayCmd.java
@@ -35,7 +35,7 @@ import com.cloud.user.UserContext;
 public class CreateVpnCustomerGatewayCmd extends BaseAsyncCmd {
     public static final Logger s_logger = 
Logger.getLogger(CreateVpnCustomerGatewayCmd.class.getName());
 
-    private static final String s_name = "createcustomergatewayresponse";
+    private static final String s_name = "createvpncustomergatewayresponse";
 
     /////////////////////////////////////////////////////
     //////////////// API parameters /////////////////////

Reply via email to