Repository: cloudstack
Updated Branches:
  refs/heads/master 4179ccbf5 -> 8a3793c58


CLOUDSTACK-7542:CreateNetworkCmd and CreateNetworkCmdByAdmin both have
their own "vlan" parameters.

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

Branch: refs/heads/master
Commit: 8a3793c5821ae3fc9b792b3bef0f720acc77ccc0
Parents: 4179ccb
Author: Min Chen <min.c...@citrix.com>
Authored: Fri Sep 12 15:50:18 2014 -0700
Committer: Min Chen <min.c...@citrix.com>
Committed: Fri Sep 12 15:50:18 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8a3793c5/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 8390b75..c16514b 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
@@ -93,9 +93,6 @@ public class CreateNetworkCmd extends BaseCmd {
         + " range. If not specified, will be defaulted to startIP")
     private String endIp;
 
-    @Parameter(name = ApiConstants.VLAN, type = CommandType.STRING, 
description = "the ID or VID of the network")
-    private String vlan;
-
     @Parameter(name = ApiConstants.ISOLATED_PVLAN, type = CommandType.STRING, 
description = "the isolated private vlan for this network")
     private String isolatedPvlan;
 

Reply via email to