> @@ -192,6 +196,12 @@ private ServerRequest(String name, String imageRef,
> String flavorRef) {
> if (adminPass != null) {
> server.adminPass = adminPass;
> }
> + if (networks.size() > 0) {
> + server.networks = Sets.<ImmutableMap<String,
> String>>newLinkedHashSet();Java isn't able to figure out the generics if we just use `Sets.newLinkedHashSet();` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/72/files#r5386251
