9647d43bd5
Adds an equivalent for "cinder get-pools" with "volume backend pool list" and "cinder get-pools --detail" with "volume backend pool list --long". Story: 1655624 Task: 136949 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> Change-Id: I826c9946ffe11340d44ad57914f72fc2a72b6938
12 lines
507 B
YAML
12 lines
507 B
YAML
---
|
|
features:
|
|
- |
|
|
A new command, ``openstack volume backend capability show <host>`` was
|
|
added which will provide 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``
|
|
parameter includes some basic configuration and stats for each pool.
|