Skip to content

Commit 8b17a1f

Browse files
committed
Trivial: Update image_list v2 docs
This api doc is clearly copied from v1, we should update it to reflact v2 API. Added 'shared' param description. Change-Id: I73d36e3a2a0448c28edab788a9340fd46177f8ef
1 parent 3372de6 commit 8b17a1f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

openstackclient/api/image_v2.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,14 @@ def image_list(
4444
Return public images if True
4545
:param private:
4646
Return private images if True
47+
:param shared:
48+
Return shared images if True
4749
48-
If public and private are both True or both False then all images are
49-
returned. Both arguments False is equivalent to no filter and all
50-
images are returned. Both arguments True is a filter that includes
51-
both public and private images which is the same set as all images.
50+
If public, private and shared are all True or all False then all
51+
images are returned. All arguments False is equivalent to no filter
52+
and all images are returned. All arguments True is a filter that
53+
includes all public, private and shared images which is the same set
54+
as all images.
5255
5356
http://docs.openstack.org/api/openstack-image-service/2.0/content/list-images.html
5457
"""

0 commit comments

Comments
 (0)