> .name(input.getName()) > .providerId(input.getId()) > .hostname(input.getName()) > .imageId(image.getId()) > .location(checkNotNull(locations.get().get(input.getZone()), > "location for %s", input.getZone())) > > .hardware(checkNotNull(hardwares.get().get(input.getMachineType()), "hardware > type for %s", > - input.getMachineType().toString())) > + input.getMachineType().toString()))
Spacing? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5362312
