> @@ -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();
This needs to be sorted? Declare it as a `SortedSet` in that case? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/17/files#r8319440