>     @GET
>     @QueryParams(keys = "format", values = "json")
>     @ResponseParser(ParseObjectListFromResponse.class)
>     @Fallback(NullOnNotFoundOr404.class)
>     @Path("/")
>     @Nullable
> -   ObjectList list(ListContainerOptions options);
> +   ObjectList listWithOptions(ListContainerOptions options);

This method seems to be exactly the same as the `list` one. Should it be 
removed? Or should the `options` parameter be removed from the former?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/79/files#r9778799

Reply via email to