>
> public class OSImageToImage implements Function<OSImage, Image> {
> + private static final String UNRECOGNIZED = "UNRECOGNIZED";
> + private final JustProvider provider;
> +
> + @Inject
> + public OSImageToImage(JustProvider provider) {It is OK. It is used to set the parent root location. BTW, make the constructor package private. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/117/files#r22191856
