File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments