> + @GET > + @Consumes(APPLICATION_JSON) > + @ResponseParser(ParseImages.class) > + @Transform(ParseImages.ToPagedIterable.class) > + @Fallback(EmptyPagedIterableOnNotFoundOr404.class) > + PagedIterable<? extends Image> list(); > + > + /** > + * List all images according to the options provided > + * > + * @param options > + * @return > + */ > + @GET > + @Consumes(APPLICATION_JSON) > + @RequestFilters(AuthenticateRequest.class)
This is already defined at class level and should better be removed from here. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/77/files#r9094467