>     protected String imageIdForZone(String zoneId) {
>        ImageApi imageApi = api.getImageApiForZone(zoneId);
> -      return Iterables.getLast(imageApi.list().concat()).getId();
> +      return Iterables.getFirst(imageApi.list().concat(), null).getId();

Fixed.

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

Reply via email to