> @@ -65,6 +65,13 @@
> String version = on(".").join(limit(skip(splits, 1), splits.size() -
> 2));
> osBuilder.version(version);
>
> + if (image.getDeprecated().isPresent()) {
> + if (image.getDeprecated().get().getState().isPresent()) {
> + builder.userMetadata(ImmutableMap.<String,String>builder()Works for me! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5377981
