python-octaviaclient/releasenotes/notes/fix-cli-pagination-792ad8cd386eb0e7.yaml
Gregory Thiemonge cf0c4be37e Support pagination for 'list' API calls
Fix 'list' CLI calls when API calls are paginated.
Fix some UUID or name lookups that failed when the number of resources
exceeded 'pagination_max_limit'.

Story 2008892
Task 42489

Change-Id: Ica7c8c953c11af4400b224ad942023f69a72ae02
2021-05-19 12:26:41 +02:00

7 lines
185 B
YAML

---
fixes:
- |
Fixed some issues when the number of Octavia resources exceeded the
'pagination_max_limit' parameter in Octavia API. The list calls now support
pagination.