Repository: cloudstack
Updated Branches:
  refs/heads/master 0a4ab3251 -> 7d141617f


Fix ip6gateway parameter comments in CreateNetworkCmd


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

Branch: refs/heads/master
Commit: 7d141617f33d33a3e8ee3876a32a3ae57ede161c
Parents: 0a4ab32
Author: Sheng Yang <sheng.y...@citrix.com>
Authored: Mon Sep 15 11:26:48 2014 -0700
Committer: Sheng Yang <sheng.y...@citrix.com>
Committed: Mon Sep 15 11:26:48 2014 -0700

----------------------------------------------------------------------
 .../cloudstack/api/command/user/network/CreateNetworkCmd.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d141617/api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java
----------------------------------------------------------------------
diff --git 
a/api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java 
b/api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java
index c16514b..e030163 100644
--- 
a/api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java
+++ 
b/api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java
@@ -128,8 +128,7 @@ public class CreateNetworkCmd extends BaseCmd {
     @Parameter(name = ApiConstants.END_IPV6, type = CommandType.STRING, 
description = "the ending IPv6 address in the IPv6 network range")
     private String endIpv6;
 
-    @Parameter(name = ApiConstants.IP6_GATEWAY, type = CommandType.STRING, 
description = "the gateway of the IPv6 network. Required "
-        + "for Shared networks and Isolated networks when it belongs to VPC")
+    @Parameter(name = ApiConstants.IP6_GATEWAY, type = CommandType.STRING, 
description = "the gateway of the IPv6 network. Required for Shared networks")
     private String ip6Gateway;
 
     @Parameter(name = ApiConstants.IP6_CIDR, type = CommandType.STRING, 
description = "the CIDR of IPv6 network, must be at least /64")

Reply via email to