> + return null;
> + }
> +
> + SecurityGroupInZone rawGroup = new
> SecurityGroupInZone(sgApi.get().get(groupId), zone);
> +
> + return groupConverter.apply(rawGroup);
> + }
> +
> + @Override
> + public SecurityGroup createSecurityGroup(String name, Location location) {
> + String zone = location.getId();
> + if (zone != null) {
> + return createSecurityGroup(name, zone);
> + } else {
> + return null;
> + }
'k.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/144/files#r6353369