diff options
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 |
