> > InstanceTemplate instanceTemplate = InstanceTemplate.builder() > - .forMachineType(machineType); > + .forMachineType(hardware.getUri());
No need for a `null` check here any more? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5362005
