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 /releasenotes | |
| 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 'releasenotes')
| -rw-r--r-- | releasenotes/notes/volume-backend-c5faae0b31556a24.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml b/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml index 66983098..f4f131e6 100644 --- a/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml +++ b/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml @@ -1,11 +1,11 @@ --- features: - | - A new command, ``openstack volume backend capability show <host>`` was - added which will provide a list of all capabilities that can be configured + Add ``openstack volume backend capability show <host>`` command that + provides a list of all capabilities that can be configured for the requested backend. The required `<host>` parameter takes the form `host@backend-name`. - | - A new command, ``openstack volume backend pool list`` was added which will - provide a list of all backend storage pools. The optional ``-long`` + Add ``openstack volume backend pool list`` command that provides + a list of all backend storage pools. The optional ``--long`` parameter includes some basic configuration and stats for each pool. |
