python-openstackclient/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml
Sean McGinnis 9647d43bd5
Add volume backend pool list command
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
2018-10-09 15:56:58 -05:00

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.