> @@ -192,6 +196,12 @@ private ServerRequest(String name, String imageRef,
> String flavorRef) {
> if (adminPass != null) {
> server.adminPass = adminPass;
> }
> + if (networks.size() > 0) {`!networks.isEmpty()`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/72/files#r5386232
