summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-06-03 14:38:55 +0100
committerStephen Finucane <sfinucan@redhat.com>2021-06-03 18:00:50 +0100
commit83551d2a0c7604179c0988c13d58455a6b289cc8 (patch)
treeff4a46ab80575520d4b4b736a8ef7bdd25293167 /setup.cfg
parent4c2e8523a98a0dd33e0203c47e94384420c14f9c (diff)
downloadpython-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 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 1d031a8f..2a01ae7b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -719,8 +719,15 @@ openstack.volume.v3 =
volume_group_list = openstackclient.volume.v3.volume_group:ListVolumeGroup
volume_group_failover = openstackclient.volume.v3.volume_group:FailoverVolumeGroup
volume_group_set = openstackclient.volume.v3.volume_group:SetVolumeGroup
+ volume_group_unset = openstackclient.volume.v3.volume_group:UnsetVolumeGroup
volume_group_show = openstackclient.volume.v3.volume_group:ShowVolumeGroup
+ volume_group_type_create = openstackclient.volume.v3.volume_group_type:CreateVolumeGroupType
+ volume_group_type_delete = openstackclient.volume.v3.volume_group_type:DeleteVolumeGroupType
+ volume_group_type_list = openstackclient.volume.v3.volume_group_type:ListVolumeGroupType
+ volume_group_type_set = openstackclient.volume.v3.volume_group_type:SetVolumeGroupType
+ volume_group_type_show = openstackclient.volume.v3.volume_group_type:ShowVolumeGroupType
+
volume_host_set = openstackclient.volume.v2.volume_host:SetVolumeHost
volume_message_delete = openstackclient.volume.v3.volume_message:DeleteMessage