python-openstackclient/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml
Sean McGinnis e0615e8d69
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>
2018-10-12 15:54:02 -05:00

12 lines
472 B
YAML

---
features:
- |
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`.
- |
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.