diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2015-10-16 16:02:07 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2015-10-16 16:08:27 -0500 |
| commit | 195a0edeb77607cd95899834e5813ef34ada7c0c (patch) | |
| tree | a149f31260d07b791f8fc19b37c091df56d54121 /doc/source/command-objects | |
| parent | 9f51ccdf8c2b2e1afceeb9e6570ed629191a71c8 (diff) | |
| download | python-openstackclient-195a0edeb77607cd95899834e5813ef34ada7c0c.tar.gz | |
Follow-on for volume list - add tests, clean help
* Add volume list tests for v1 (a copy of the v2 tests)
* Converts volume v2 tests to use Identity v3 so domains can be tested
* Add volume list (v2) tests for new options
* Re-orders volume list options (both v1 and v2) to match
* MArks the new volume list (v2) options as v2-only in doc
Change-Id: I2181b2c48cfde2147d7d0ef135322df8a81e7ce8
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 |
