summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2023-02-06 23:09:03 +0530
committerwhoami-rajat <rajatdhasmana@gmail.com>2023-02-17 12:17:22 +0000
commitec01268ea93141439542fb162a6a12bc2bf533fe (patch)
tree6f73657981480a52d5cc6261c4ea07e01cefe5f9 /releasenotes
parent73b4ce88eb3e71568cf5330d6c0a8a4e92287d89 (diff)
downloadpython-openstackclient-ec01268ea93141439542fb162a6a12bc2bf533fe.tar.gz
Add options to create volume group from source6.1.0
This patch adds ``--source-group`` and ``--group-snapshot`` options to the ``volume group create`` command to allow creating group from a source group or a group snapshot. Change-Id: I87482a5dd43c519dfdcf981635aa879914a70a5c
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-create-group-from-src-options-6fcb0c87f617ca91.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-create-group-from-src-options-6fcb0c87f617ca91.yaml b/releasenotes/notes/add-create-group-from-src-options-6fcb0c87f617ca91.yaml
new file mode 100644
index 00000000..9a4f1cb3
--- /dev/null
+++ b/releasenotes/notes/add-create-group-from-src-options-6fcb0c87f617ca91.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Added ``--source-group`` and ``--group-snapshot`` options to the
+ ``volume group create`` command to allow creating group from
+ a source group or a group snapshot.