>  
>  public class OSImageToImage implements Function<OSImage, Image> {
> +   private static final String UNRECOGNIZED = "UNRECOGNIZED";
> +   private final JustProvider provider;
> +
> +   @Inject
> +   public OSImageToImage(JustProvider provider) {

not sure we will need this parameter here, as we'd probably use the real 
locations, but let address that later.

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

Reply via email to