> @@ -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();
Interesting. Is there some requirement in terms of iteration order that needs
to be met here? Or just the most performant map implementation for this use
case?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/72/files#r5467163