> @@ -396,6 +409,14 @@ public static NovaTemplateOptions configDrive(boolean
> configDrive) {
> NovaTemplateOptions options = new NovaTemplateOptions();
> return
> NovaTemplateOptions.class.cast(options.configDrive(configDrive));
> }
> +
> + /**
> + * @see
> org.jclouds.openstack.nova.v2_0.options.CreateServerOptions#getNetworks()
> + */
> + public static NovaTemplateOptions novaNetworks(Set<Network>
> novaNetworks) {
Any reason not to add an overridden `networks(Iterable\<Network\> networks)`
(or `Set\<Network\> networks`), if there are erasure problems) method in
alignment with
http://javadocs.jclouds.cloudbees.net/org/jclouds/compute/options/TemplateOptions.Builder.html#networks(java.lang.Iterable)?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/311/files#r10410817