>
> @Override
> - public Image apply(OSImage input) {
> - return null;
> + public Image apply(OSImage image) {
> +
> + ImageBuilder builder = new ImageBuilder()
> + .id(image.label())
> + .name(image.name())
> + .description(image.description())
> + .status(Image.Status.AVAILABLE)Out of curiosity: are all existing images available? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/117/files#r22192011
