File: add_max_item_parameter-3ab3c2e1cd2312c5.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (8 lines) | stat: -rw-r--r-- 373 bytes parent folder | download
1
2
3
4
5
6
7
8
---
features:
  - |
    A new parameter, ``max_items``, is added to the ``Resource.list``
    method. This allows users to specify the maximum number of resources
    that should be returned to the user, as opposed to the maximum number
    of items that should be requested from the server in a single request.
    The latter is already handled by the ``limit`` parameter