> @@ -192,6 +196,12 @@ private ServerRequest(String name, String imageRef,
> String flavorRef) {
> if (adminPass != null) {
> server.adminPass = adminPass;
> }
> + if (!networks.isEmpty()) {
> + server.networks = Sets.newLinkedHashSet();Well technically that ensures slightly... more intuitive?.. user experience. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/72/files#r5513042
