summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2023-02-04 00:51:47 +0530
committerwhoami-rajat <rajatdhasmana@gmail.com>2023-02-17 10:03:01 +0000
commit73b4ce88eb3e71568cf5330d6c0a8a4e92287d89 (patch)
tree037c09a3679f875d4ad851ee4af4479d60a2993c /releasenotes
parent2be359677908b81d9985917fd78f9c6897759fb9 (diff)
downloadpython-openstackclient-73b4ce88eb3e71568cf5330d6c0a8a4e92287d89.tar.gz
Add block storage manageable list commands
This patch adds the ``block storage volume manageable list`` and ``block storage snapshot manageable list`` commands that allow operators to list the volumes and snapshots on a particular host or cluster for management under OpenStack. Change-Id: I328dada5a0dc4e9e44c0d51db5cf3f224e27f88f
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-block-storage-manage-commands-6ebf029bd7a67bb3.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/add-block-storage-manage-commands-6ebf029bd7a67bb3.yaml b/releasenotes/notes/add-block-storage-manage-commands-6ebf029bd7a67bb3.yaml
new file mode 100644
index 00000000..7b40a341
--- /dev/null
+++ b/releasenotes/notes/add-block-storage-manage-commands-6ebf029bd7a67bb3.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Added ``block storage volume manageable list`` and
+ ``block storage snapshot manageable list`` commands that
+ allow operators to list the volumes and snapshots on a
+ particular host or cluster for management under OpenStack.