> @@ -151,14 +161,14 @@ public > GoogleComputeEngineServiceAdapter(GoogleComputeEngineApi api, > retry(new Predicate<AtomicReference<Instance>>() { > @Override > public boolean apply(AtomicReference<Instance> input) { > - > input.set(api.getInstanceApiForProject(userProject.get()).getInZone(template.getLocation().getId(), > + input.set(instanceApi.getInZone(zone, > name)); > return input.get() != null; > } > }, operationCompleteCheckTimeout, operationCompleteCheckInterval, > MILLISECONDS).apply(instance); > > if (options.getTags().size() > 0) {
`!options.getTags().isEmpty()`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/33/files#r7512434