Add volume type show for volume v1

volume type show is missing for volume V1 API.

Closes-Bug: #1475879
Change-Id: Ic8a0845ecec04146d536412463175f57ef6511ae
This commit is contained in:
jiaxi
2015-07-19 03:07:02 -04:00
committed by Steve Martinelli
parent fe95e15ecd
commit 54f85402d6

View File

@@ -365,6 +365,7 @@ openstack.volume.v1 =
volume_type_list = openstackclient.volume.v1.type:ListVolumeType
volume_type_set = openstackclient.volume.v1.type:SetVolumeType
volume_type_unset = openstackclient.volume.v1.type:UnsetVolumeType
volume_type_show = openstackclient.volume.v1.type:ShowVolumeType
volume_qos_associate = openstackclient.volume.v1.qos_specs:AssociateQos
volume_qos_create = openstackclient.volume.v1.qos_specs:CreateQos