File: bug-1782847-filter-list-resources-with-empty-metadata-key-value-cc6f858994f6e9ee.yaml

package info (click to toggle)
python-manilaclient 5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,768 kB
  • sloc: python: 49,541; makefile: 99; sh: 2
file content (6 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
---
fixes:
  - |
    The --metadata command should handle empty metadata in proper way.
    Introduced "None" metadata tag to filter list which have empty.
    Example: "list --metadata None" will return only elements with metadata={}