File: image-id-filter-key-b9b6b52139a27cbe.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 (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.