File: resource-find-filter-by-name-e647e5c507ff4b6c.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
other:
  - |
    ``openstack.resource.Resource.find`` now can use the database back-end to
    filter by name. If the resource class has "name" in the query parameters,
    this function will add this filter parameter in the "list" command, instead
    of retrieving the whole list and then manually filtering.