> @@ -43,8 +40,8 @@ public DeployVirtualMachineOptions 
> apply(CloudStackTemplateOptions templateOptio
>        // at least one network must be given to CloudStack,
>        // but jclouds will try to autodetect an appropriate network if none 
> given.
>        checkArgument(templateOptions.getSecurityGroupIds().isEmpty(), 
> "security groups cannot be specified for locations (zones) that use advanced 
> networking");
> -      if (templateOptions.getNetworkIds().size() > 0) {
> -         options.networkIds(templateOptions.getNetworkIds());
> +      if (templateOptions.getNetworks().size() > 0) {

Dang, I missed one!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/246/files#r8711900

Reply via email to