> @@ -129,6 +139,21 @@ public 
> GoogleComputeEngineServiceAdapter(GoogleComputeEngineApi api,
>        Hardware hardware = checkNotNull(template.getHardware(), "hardware 
> must be set");
>  
>        checkNotNull(hardware.getUri(), "hardware must have a URI");
> +      checkNotNull(template.getImage().getUri(), "image URI is null");
> +
> +      Set<PersistentDisk> disks = Sets.newLinkedHashSet();

Add a comment to that effect? Just to ensure this isn't optimized/standardized 
out at some later point?

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

Reply via email to