File: image-id-filter-key-b9b6b52139a27cbe.yaml

package info (click to toggle)
python-openstacksdk 0.101.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,888 kB
  • sloc: python: 90,744; sh: 173; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
features:
  - |
    It is now possible to filter ``openstack.image.v2.Image`` resources by ID
    using the ``id`` filter. While this is of little value when used with
    single IDs, it can be useful when combined with operators like ``in:``
    to e.g. filter by multiple image IDs.