summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2023-01-10 13:37:41 +0530
committerwhoami-rajat <rajatdhasmana@gmail.com>2023-02-16 04:33:40 +0000
commite7ebf7544b7bd0b014e9dffa27d6c4c63f078f6e (patch)
treeee86dd9517b64975edabe170e8b3067d4ddc581b /releasenotes/notes
parent1e0880eda83ed7d338e5d09e98b9d1982068cd0b (diff)
downloadpython-openstackclient-e7ebf7544b7bd0b014e9dffa27d6c4c63f078f6e.tar.gz
Add volume revert command
This command allows users to revert a volume to a given snapshot. Change-Id: If35ee394d654f5264558a281c835affff524ca50
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add-volume-revert-command-1c8f695420acbe7e.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-volume-revert-command-1c8f695420acbe7e.yaml b/releasenotes/notes/add-volume-revert-command-1c8f695420acbe7e.yaml
new file mode 100644
index 00000000..2832b888
--- /dev/null
+++ b/releasenotes/notes/add-volume-revert-command-1c8f695420acbe7e.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Added ``volume revert`` command that reverts
+ the volume to the given snapshot.