diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2021-06-03 14:38:55 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-06-03 18:00:50 +0100 |
| commit | 83551d2a0c7604179c0988c13d58455a6b289cc8 (patch) | |
| tree | ff4a46ab80575520d4b4b736a8ef7bdd25293167 /doc/source/cli/command-objects | |
| parent | 4c2e8523a98a0dd33e0203c47e94384420c14f9c (diff) | |
| download | python-openstackclient-83551d2a0c7604179c0988c13d58455a6b289cc8.tar.gz | |
volume: Add 'volume group type *' commands
These mirror the 'cinder group-type-*' commands, with arguments copied
across essentially verbatim. The only significant departure is the
merging of some commands, such as 'group-type-default' and
'group-type-list' into 'group type list', and 'group-type-update' and
'group-type-key' into 'group type set/unset'.
volume group type create
volume group type delete
volume group type list
volume group type show
volume group type set
volume group type unset
Change-Id: Iee6ee2f1f276e6ef6f75a74f8f2980f14c0d5e2f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/volume-group-type.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/volume-group-type.rst b/doc/source/cli/command-objects/volume-group-type.rst new file mode 100644 index 00000000..edb88dc7 --- /dev/null +++ b/doc/source/cli/command-objects/volume-group-type.rst @@ -0,0 +1,8 @@ +================= +volume group type +================= + +Block Storage v3 + +.. autoprogram-cliff:: openstack.volume.v3 + :command: volume group type * |
