> @@ -59,7 +59,7 @@
> osBuilder.version(version);
>
> if (image.deprecated() != null) {
> - builder.userMetadata(ImmutableMap.of("deprecatedState",
> image.deprecated().state()));
> + builder.userMetadata(ImmutableMap.of("deprecatedState",
> image.deprecated().state().toString()));I did change to `name()` because it seems applicable reading the description. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/98/files#r20823331
