Fixing build after removing physicalNetworkId from createvlanIpRangeCmd

This commit is contained in:
prachi 2011-10-27 17:42:42 -07:00
parent 6d5601a84d
commit 1583211352
1 changed files with 0 additions and 1 deletions

View File

@ -1803,7 +1803,6 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
Boolean forVirtualNetwork = cmd.isForVirtualNetwork();
Long networkId = cmd.getNetworkID();
String networkVlanId = null;
Long physicalNetworkId = cmd.getPhysicalNetworkId();
//projectId and accountName can't be specified together
String accountName = cmd.getAccountName();