> @@ -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();
I think it has to do with ordering. Mostly because of tests (I am guessing).
Because of how tests work unordered maps can sometimes cause failures (so they
make tests unstable).
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/72/files#r5512419