File: bp-add-pagination-for-instance-actions-1c14cb3fc9887d2a.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (8 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
---
features:
  - |
    Add pagination support and ``changes-since`` filter for os-instance-actions
    API. Users can now use ``limit`` and ``marker`` to perform paginated query
    when listing instance actions. Users can also use ``changes-since`` filter
    to filter the results based on the last time the instance action was
    updated.