> @@ -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()));
Quick question: do we want the `toString()` or the `name()` here? The contract
for `name()` is a little narrower than `toString()`, which could change to be
"prettier", I guess?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/98/files#r20816129