summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-10-08 13:17:54 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2018-10-09 15:56:58 -0500
commit9647d43bd5e77c815ac2f08b7de2226a657a66bc (patch)
tree9d0ebc83db0a44838abeed100f83d18d79ebbaac /releasenotes
parent4039d0d94f4eaf277f2b42c33ef873555f84f159 (diff)
downloadpython-openstackclient-9647d43bd5e77c815ac2f08b7de2226a657a66bc.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/volume-backend-c5faae0b31556a24.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml b/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml
index 851ab2de..66983098 100644
--- a/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml
+++ b/releasenotes/notes/volume-backend-c5faae0b31556a24.yaml
@@ -5,3 +5,7 @@ features:
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.