> super(id, name, links, uuid, tenantId, userId, updated, created,
> hostId, accessIPv4, accessIPv6, status, null, flavor, keyName, configDrive,
> addresses, metadata, extendedStatus, extendedAttributes, diskConfig);
> }
> }
> }
> +
> + @Singleton
> + public static class ImageAdapter implements JsonDeserializer<Image> {
> + public static final String METADATA = "metadata";
Gonna leave this public so I can unit test the class.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/626/files#r22011722