Repository: cloudstack
Updated Branches:
  refs/heads/master 359d20e8d -> 9a9136e39


ADD be explicit about the underlying limitation - OpenSwan


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

Branch: refs/heads/master
Commit: 783aac8268398a68dd73d282893a4b517fce5666
Parents: 7017a82
Author: Nuno Tavares <n.tava...@tech.leaseweb.com>
Authored: Wed Mar 2 11:11:34 2016 +0100
Committer: Nuno Tavares <n.tava...@tech.leaseweb.com>
Committed: Wed Mar 2 11:11:34 2016 +0100

----------------------------------------------------------------------
 .../api/command/user/vpn/CreateVpnCustomerGatewayCmd.java          | 2 +-
 .../api/command/user/vpn/UpdateVpnCustomerGatewayCmd.java          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/783aac82/api/src/org/apache/cloudstack/api/command/user/vpn/CreateVpnCustomerGatewayCmd.java
----------------------------------------------------------------------
diff --git 
a/api/src/org/apache/cloudstack/api/command/user/vpn/CreateVpnCustomerGatewayCmd.java
 
b/api/src/org/apache/cloudstack/api/command/user/vpn/CreateVpnCustomerGatewayCmd.java
index 0fb496c..e113109 100644
--- 
a/api/src/org/apache/cloudstack/api/command/user/vpn/CreateVpnCustomerGatewayCmd.java
+++ 
b/api/src/org/apache/cloudstack/api/command/user/vpn/CreateVpnCustomerGatewayCmd.java
@@ -51,7 +51,7 @@ public class CreateVpnCustomerGatewayCmd extends BaseAsyncCmd 
{
     @Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.STRING, 
required = true, description = "guest cidr list of the customer gateway")
     private String peerCidrList;
 
-    @Parameter(name = ApiConstants.IPSEC_PSK, type = CommandType.STRING, 
required = true, description = "IPsec Preshared-Key of the customer gateway")
+    @Parameter(name = ApiConstants.IPSEC_PSK, type = CommandType.STRING, 
required = true, description = "IPsec Preshared-Key of the customer gateway. 
Cannot contain newline or double quotes.")
     private String ipsecPsk;
 
     @Parameter(name = ApiConstants.IKE_POLICY, type = CommandType.STRING, 
required = true, description = "IKE policy of the customer gateway")

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/783aac82/api/src/org/apache/cloudstack/api/command/user/vpn/UpdateVpnCustomerGatewayCmd.java
----------------------------------------------------------------------
diff --git 
a/api/src/org/apache/cloudstack/api/command/user/vpn/UpdateVpnCustomerGatewayCmd.java
 
b/api/src/org/apache/cloudstack/api/command/user/vpn/UpdateVpnCustomerGatewayCmd.java
index 3b188b8..bb59141 100644
--- 
a/api/src/org/apache/cloudstack/api/command/user/vpn/UpdateVpnCustomerGatewayCmd.java
+++ 
b/api/src/org/apache/cloudstack/api/command/user/vpn/UpdateVpnCustomerGatewayCmd.java
@@ -57,7 +57,7 @@ public class UpdateVpnCustomerGatewayCmd extends BaseAsyncCmd 
{
     @Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.STRING, 
required = true, description = "guest cidr of the customer gateway")
     private String guestCidrList;
 
-    @Parameter(name = ApiConstants.IPSEC_PSK, type = CommandType.STRING, 
required = true, description = "IPsec Preshared-Key of the customer gateway")
+    @Parameter(name = ApiConstants.IPSEC_PSK, type = CommandType.STRING, 
required = true, description = "IPsec Preshared-Key of the customer gateway. 
Cannot contain newline or double quotes.")
     private String ipsecPsk;
 
     @Parameter(name = ApiConstants.IKE_POLICY, type = CommandType.STRING, 
required = true, description = "IKE policy of the customer gateway")

Reply via email to