> 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();Live tests still happy. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/355/files#r12101596
