Rename type.py to volume_type.py
For Volume V1, we have a type.py file which should be renamed to volume_type.py (as it's named for V2). Change-Id: If860bbafe4a801d8b4fa06938eef20658c4fcc2c Closes-Bug: 1475958
This commit is contained in:
parent
469ba41b51
commit
11c9695e5e
12
setup.cfg
12
setup.cfg
@ -360,12 +360,12 @@ openstack.volume.v1 =
|
||||
volume_show = openstackclient.volume.v1.volume:ShowVolume
|
||||
volume_unset = openstackclient.volume.v1.volume:UnsetVolume
|
||||
|
||||
volume_type_create = openstackclient.volume.v1.type:CreateVolumeType
|
||||
volume_type_delete = openstackclient.volume.v1.type:DeleteVolumeType
|
||||
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_type_create = openstackclient.volume.v1.volume_type:CreateVolumeType
|
||||
volume_type_delete = openstackclient.volume.v1.volume_type:DeleteVolumeType
|
||||
volume_type_list = openstackclient.volume.v1.volume_type:ListVolumeType
|
||||
volume_type_set = openstackclient.volume.v1.volume_type:SetVolumeType
|
||||
volume_type_show = openstackclient.volume.v1.volume_type:ShowVolumeType
|
||||
volume_type_unset = openstackclient.volume.v1.volume_type:UnsetVolumeType
|
||||
|
||||
volume_qos_associate = openstackclient.volume.v1.qos_specs:AssociateQos
|
||||
volume_qos_create = openstackclient.volume.v1.qos_specs:CreateQos
|
||||
|
Loading…
Reference in New Issue
Block a user