> @GET
> @QueryParams(keys = "format", values = "json")
> @Fallback(EmptyFluentIterableOnNotFoundOr404.class)
> @Path("/")
> - FluentIterable<Container> listAt(@QueryParam("marker") String marker);
> + FluentIterable<Container> listWithOptions(ListContainerOptions options);ack - overloaded the list() method with the options. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/79/files#r9885919
