> @@ -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");
Yeah, it's got a checkNotNull in org.jclouds.compute.domain.internal.TemplateImpl. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/17/files#r8319499