From 8a3793c5821ae3fc9b792b3bef0f720acc77ccc0 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Fri, 12 Sep 2014 15:50:18 -0700 Subject: [PATCH] CLOUDSTACK-7542:CreateNetworkCmd and CreateNetworkCmdByAdmin both have their own "vlan" parameters. --- .../cloudstack/api/command/user/network/CreateNetworkCmd.java | 3 --- 1 file changed, 3 deletions(-) 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 8390b7525be..c16514b4786 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;