> +            
> jobComplete.apply(api.getSecurityGroupApi().revokeIngressRule(rule.getId()));
> +         }
> +
> +         api.getSecurityGroupApi().deleteSecurityGroup(id);
> +         // TODO find something better here maybe - hard to map zones to 
> groups
> +         for (Location location : locations.get()) {
> +            groupCreator.invalidate(ZoneSecurityGroupNamePortsCidrs.builder()
> +                    .zone(location.getId())
> +                    .name(group.getName())
> +                    .build());
> +         }
> +
> +         return true;
> +      }
> +
> +      return false;

Will do.

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

Reply via email to