File: bp-pci-dss-query-password-expired-users-b0c4b1bbdcf33f16.yaml

package info (click to toggle)
python-keystoneclient 1%3A5.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,548 kB
  • sloc: python: 21,934; sh: 171; xml: 149; makefile: 100
file content (6 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
features:
  - |
    Added ability to filter on multiple values with the same parameter key.
    For example, we can now filter on user names that contain both ``test`` and
    ``user`` using ``keystone.users.list(name__contains=['test', 'user'])``.