python-openstackclient/releasenotes/notes/add-member-status-filter-2e118b2c93151223.yaml
Artem Goncharov 444a40c656 Add possibility to filter images using member_status
In order to see image sharing membership it is required to additionally
pass member_status filter to API. Otherwise only those with status 'all'
will be returned. Thus adding possibility to see images shared with
project to be approved or rejected.

Change-Id: Ifd6e13e5a4ef09fbc29e76d464c93fbdbb178ae4
2019-02-26 11:13:25 +01:00

4 lines
76 B
YAML

---
features:
- Add ``--member-status`` option to ``image list`` command.