> @@ -76,7 +76,8 @@ protected ToPagedIterable(NeutronApi api) {
> @SuppressWarnings("unchecked")
> @Override
> public IterableWithMarker<ReferenceWithName> apply(Object input)
> {
> - return
> IterableWithMarker.class.cast(networkApi.list(marker(input.toString())));
> + PaginationOptions paginationOptions =
> PaginationOptions.class.cast(input);Same question as above --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/45/files#r7234669
