> @@ -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) {

Well the erasure problems here just pointed out an issue of design. Even if 
overloading was possible here, it would have been confusing, I think.

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

Reply via email to