>  
>        InstanceTemplate instanceTemplate = InstanceTemplate.builder()
> -              .forMachineType(machineType);
> +              .forMachineType(hardware.getUri());

We've got a null check on hardware above - my gut reaction was that was 
sufficient. But you're right. Adding a checkNotNull on hardware.getUri()

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5377123

Reply via email to