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

package info (click to toggle)
python-keystoneclient 1%3A3.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,416 kB
  • sloc: python: 21,389; sh: 192; xml: 149; makefile: 105
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'])``.