> .operatingSystem(image.getOperatingSystem()) > .status(toPortableNodeStatus.get(input.getStatus())) > - .tags(input.getTags()) > + .tags(input.getTags().getTags())
? Certainly looks a little weird? Whence the double `getTags`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5362323
