diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2021-06-03 16:58:07 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-06-10 11:21:22 +0100 |
| commit | 34de2d3352aaef5c1bb86a5441cc8781e03b5587 (patch) | |
| tree | 246aedb5e4f8fe591ba9b58861dd44588311a5ee /releasenotes/notes | |
| parent | 83551d2a0c7604179c0988c13d58455a6b289cc8 (diff) | |
| download | python-openstackclient-34de2d3352aaef5c1bb86a5441cc8781e03b5587.tar.gz | |
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>
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/add-volume-group-snapshot-commands-27fa8920d55f6bdb.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-volume-group-snapshot-commands-27fa8920d55f6bdb.yaml b/releasenotes/notes/add-volume-group-snapshot-commands-27fa8920d55f6bdb.yaml new file mode 100644 index 00000000..820faf73 --- /dev/null +++ b/releasenotes/notes/add-volume-group-snapshot-commands-27fa8920d55f6bdb.yaml @@ -0,0 +1,6 @@ +--- +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. |
