From 444a40c656b9f6007364ecd3bcf38964bbcd4556 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Tue, 26 Feb 2019 11:13:25 +0100 Subject: 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 --- doc/source/cli/command-objects/image.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/source/cli/command-objects/image.rst') diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst index 95486e33..0c5b0333 100644 --- a/doc/source/cli/command-objects/image.rst +++ b/doc/source/cli/command-objects/image.rst @@ -209,6 +209,7 @@ List available images [--property ] [--name ] [--status ] + [--member-status ] [--tag ] [--long] [--sort [:]] @@ -251,6 +252,12 @@ List available images *Image version 2 only* +.. option:: --member-status + + Filter images based on member status + + *Image version 2 only* + .. option:: --tag Filter images based on tag -- cgit v1.2.1