File: add-show-all-images-flag-352748b6c3d99f3f.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
---
features:
  - Added flag "show_all" to list_images. The behavior of
    Glance v2 to only show shared images if they have been
    accepted by the user can be confusing, and the only way
    to change it is to use search_images(filters=dict(member_status='all'))
    which isn't terribly obvious. "show_all=True" will set
    that flag, as well as disabling the filtering of images
    in "deleted" state.