Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/keystone/+spec/list-limiting. Description: It should be possible for a cloud provider to optional set a limit of the maximum number of records that will be returned, ensuring that poorly filtered queries do not take excessive time. Like filtering, this should be enabled in the backends wherever possible to allow this to be passed to the underlying subsystem (e.g SQL) Specification URL (additional information): None
Setting list_limit in keystone.conf indeed limits the length of the returned results. However, I can't find documentation on how to query for the remainder of the list that was truncated. There should be something that I can add to the URL, like "?part=2", to get the next batch of results etc... What's the query form, please?
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0854.html