summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorArtem Goncharov <artem.goncharov@gmail.com>2019-02-26 11:13:25 +0100
committerArtem Goncharov <artem.goncharov@gmail.com>2019-02-26 11:13:25 +0100
commit444a40c656b9f6007364ecd3bcf38964bbcd4556 (patch)
tree084765fddbc5d18a5093f384b8c1583779f7a0ad /releasenotes
parent0a187905c01f6bc2b9855081ac0042f00715dedf (diff)
downloadpython-openstackclient-444a40c656b9f6007364ecd3bcf38964bbcd4556.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-member-status-filter-2e118b2c93151223.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/add-member-status-filter-2e118b2c93151223.yaml b/releasenotes/notes/add-member-status-filter-2e118b2c93151223.yaml
new file mode 100644
index 00000000..f7440df1
--- /dev/null
+++ b/releasenotes/notes/add-member-status-filter-2e118b2c93151223.yaml
@@ -0,0 +1,3 @@
+---
+features:
+ - Add ``--member-status`` option to ``image list`` command.