slavkap commented on issue #836:
URL:
https://github.com/apache/cloudstack-primate/issues/836#issuecomment-729594546
Hi @PaulAngus I think that network shouldn't be provided for basic
networking. Here is the code where it fails when you send the networkid:
```
if (zone.getNetworkType() == NetworkType.Basic) {
if (networkIds != null) {
throw new InvalidParameterValueException("Can't specify
network Ids in Basic zone");
} else {
vm = createBasicSecurityGroupVirtualMachine(zone,
serviceOffering, template, getSecurityGroupIdList(cmd), owner, name,
displayName, diskOfferingId,
size , group , cmd.getHypervisor(),
cmd.getHttpMethod(), userData , sshKeyPairName , cmd.getIpToNetworkMap(),
addrs, displayVm , keyboard , cmd.getAffinityGroupIdList(),
cmd.getDetails(), cmd.getCustomId(),
cmd.getDhcpOptionsMap(),
dataDiskTemplateToDiskOfferingMap,
userVmOVFProperties);
}
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]