openstacksdk/releasenotes/notes/add-show-all-images-flag-352748b6c3d99f3f.yaml
Monty Taylor a3cd1f0faf
Merge shade and occ releasenotes
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
2017-09-20 10:29:27 -05:00

10 lines
410 B
YAML

---
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.