diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-03-01 15:03:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-03-01 15:03:28 +0000 |
| commit | 2ae7072ea6fbea1cadff5e1e0b7297c52cca1c2e (patch) | |
| tree | e82e479b4dd4540ca29978da4a2636acafe4b201 /openstackclient/api | |
| parent | 31ff21c51176ceed3046c359d6b3f2296d05a253 (diff) | |
| parent | 8b17a1fa5b16037f259d70c9bc07e902d78d5049 (diff) | |
| download | python-openstackclient-2ae7072ea6fbea1cadff5e1e0b7297c52cca1c2e.tar.gz | |
Merge "Trivial: Update image_list v2 docs"
Diffstat (limited to 'openstackclient/api')
| -rw-r--r-- | openstackclient/api/image_v2.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/openstackclient/api/image_v2.py b/openstackclient/api/image_v2.py index d8bb2801..026498fa 100644 --- a/openstackclient/api/image_v2.py +++ b/openstackclient/api/image_v2.py @@ -44,11 +44,14 @@ class APIv2(image_v1.APIv1): Return public images if True :param private: Return private images if True + :param shared: + Return shared images if True - If public and private are both True or both False then all images are - returned. Both arguments False is equivalent to no filter and all - images are returned. Both arguments True is a filter that includes - both public and private images which is the same set as all images. + If public, private and shared are all True or all False then all + images are returned. All arguments False is equivalent to no filter + and all images are returned. All arguments True is a filter that + includes all public, private and shared images which is the same set + as all images. http://docs.openstack.org/api/openstack-image-service/2.0/content/list-images.html """ |
