mirror of https://github.com/apache/cloudstack.git
Fixing build after removing physicalNetworkId from createvlanIpRangeCmd
This commit is contained in:
parent
6d5601a84d
commit
1583211352
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue