Hello, I wanted to know if there’s a specific reason why org.jclouds.openstack.nova.v2_0.extensions.FloatingIPApi.list() returns FluentIterable (from Google’s Guava) instead of plain Iterable. I don’t think it is good practice and I don’t like to be forced to use 3rd party packages when it’s not necessary. Or else, I would prefer PagedIterable which belongs to jclouds and extends FluentIterable
Sharon
