python-openstackclient/releasenotes/notes/add-volume-group-snapshot-commands-27fa8920d55f6bdb.yaml
Stephen Finucane 34de2d3352 volume: Add 'volume group snapshot *' commands
These mirror the 'cinder group-snapshot-*' commands, with arguments
copied across essentially verbatim. The only significant departure is
the replacement of "tenant" terminology with "project".

  volume group snapshot create
  volume group snapshot delete
  volume group snapshot list
  volume group snapshot show

Change-Id: Ia5084749b7c1a5a936fd6d6e8d89b9b80969f68c
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-06-10 11:21:22 +01:00

7 lines
251 B
YAML

---
features:
- |
Add ``volume group snapshot create``, ``volume group snapshot delete``,
``volume group snapshot list`` and ``volume group snapshot show`` commands
to create, delete, list, and show volume group snapshots, respectively.