>           } catch (IllegalArgumentException iae) {
>              // no op
>           }
>        }
>        builder.hostname(from.getName());
>        builder.location(findLocationForResourceInVDC.apply(from.getVDC()));
> -      
> builder.group(nodeNamingConvention.groupInUniqueNameOrNull(from.getName()));
> +      if (groupName.equals("")) {

Reworked in the context of the above.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/206/files#r7730302

Reply via email to