e0615e8d69
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>
12 lines
472 B
YAML
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.
|