summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorheha <zhanghanqun@unitedstack.com>2015-07-24 10:03:06 +0800
committerSteve Martinelli <stevemar@ca.ibm.com>2015-08-06 19:35:01 -0700
commit429ceef0c6c9deff521905c149e7600ffa5334ba (patch)
tree3e1cc1b7eaecf6ee01fe3657a248ed5577cbb47e /setup.cfg
parente54a15aabbfa8df04de53dcc53466e683e5f633b (diff)
downloadpython-openstackclient-429ceef0c6c9deff521905c149e7600ffa5334ba.tar.gz
Add set feature to volume type v2
"volume type set" and "volume type unset" is not in the v2. Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com> implements bp: volume-v2 Change-Id: Ia804787d76d2029726c030b43c61eac3b411f66a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c9540732..fd62407c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -398,7 +398,9 @@ openstack.volume.v2 =
volume_type_create = openstackclient.volume.v2.volume_type:CreateVolumeType
volume_type_delete = openstackclient.volume.v2.volume_type:DeleteVolumeType
volume_type_list = openstackclient.volume.v2.volume_type:ListVolumeType
+ volume_type_set = openstackclient.volume.v2.volume_type:SetVolumeType
volume_type_show = openstackclient.volume.v2.volume_type:ShowVolumeType
+ volume_type_unset = openstackclient.volume.v2.volume_type:UnsetVolumeType
volume_qos_associate = openstackclient.volume.v2.qos_specs:AssociateQos
volume_qos_create = openstackclient.volume.v2.qos_specs:CreateQos