diff options
| author | Sean McGinnis <sean.mcginnis@gmail.com> | 2018-10-12 15:54:02 -0500 |
|---|---|---|
| committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2018-10-12 15:54:02 -0500 |
| commit | e0615e8d69152ce0417f873b30050802a2da0da8 (patch) | |
| tree | 180c90b8cf91e23e176050aa2532fa2fa1eab892 /doc/source | |
| parent | 9647d43bd5e77c815ac2f08b7de2226a657a66bc (diff) | |
| download | python-openstackclient-e0615e8d69152ce0417f873b30050802a2da0da8.tar.gz | |
Address issues from volume backend commands
This fixes some minor issues in release notes and the command list for
the new volume backend commands.
Also sorts the fakes used for volume unit tests to allow for multiple
command update patches to hopefully reduce the odds of merge conflicts.
Change-Id: Ic6e40f4c639368338cf085c68c17038f81da5361
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/cli/commands.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index 1ca674d5..d7c91240 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -156,7 +156,8 @@ referring to both Compute and Volume quotas. * ``user role``: (**Identity**) roles assigned to a user * ``volume``: (**Volume**) block volumes * ``volume backup``: (**Volume**) backup for volumes -* ``volume backend``: (**volume**) volume backend storage +* ``volume backend capability``: (**volume**) volume backend storage capabilities +* ``volume backend pool``: (**volume**) volume backend storage pools * ``volume host``: (**Volume**) the physical computer for volumes * ``volume qos``: (**Volume**) quality-of-service (QoS) specification for volumes * ``volume snapshot``: (**Volume**) a point-in-time copy of a volume |
