>  
>     @Override
> -   public Image apply(OSImage input) {
> -      return null;
> +   public Image apply(OSImage image) {
> +
> +      ImageBuilder builder = new ImageBuilder()
> +            .id(image.label())

This must be unique, as it is the ID jclouds will try to find when calling the 
`computeService.getImage(id)` method. Is this label unique?

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

Reply via email to