File: microversion-v2_58-327c1031ebfe4a3a.yaml

package info (click to toggle)
python-novaclient 2%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 21,720; sh: 62; makefile: 21
file content (8 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
features:
  - |
    Added support for microversion v2.58 which introduces pagination support
    for instance actions with the help of new optional parameters ``limit``,
    ``marker``, and also adds the new filter ``changes-since``. Users can use
    ``changes-since`` filter to filter the results based on the last time the
    instance action was updated.