diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-10-19 22:46:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-10-19 22:46:43 +0000 |
| commit | 0f74e80c4b444afbc8b57002773de39e8d7b0019 (patch) | |
| tree | 05fe84560812cb6ec961fff3ca34e3cc323e0d0d /doc/source/command-objects | |
| parent | d3e2e35f1dd2f1a46da58e09b36025392fc62653 (diff) | |
| parent | 195a0edeb77607cd95899834e5813ef34ada7c0c (diff) | |
| download | python-openstackclient-0f74e80c4b444afbc8b57002773de39e8d7b0019.tar.gz | |
Merge "Follow-on for volume list - add tests, clean help"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume.rst | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst index c94cbd23..cb52c560 100644 --- a/doc/source/command-objects/volume.rst +++ b/doc/source/command-objects/volume.rst @@ -109,34 +109,44 @@ List volumes [--status <status>] [--long] -.. option:: --all-projects - .. option:: --project <project> Filter results by project (name or ID) (admin only) + *Volume version 2 only* + .. option:: --project-domain <project-domain> Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. + *Volume version 2 only* + .. option:: --user <user> Filter results by user (name or ID) (admin only) + *Volume version 2 only* + .. option:: --user-domain <user-domain> Domain the user belongs to (name or ID). This can be used in case collisions between user names exist. + *Volume version 2 only* + .. option:: --name <name> - Filter results by name + Filter results by volume name .. option:: --status <status> Filter results by status +.. option:: --all-projects + + Include all projects (admin only) + .. option:: --long List additional fields in output |
