From 1ebbd57b0259d18935c6898fee5c589f85000203 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sun, 28 Jun 2015 23:40:34 -0400 Subject: [PATCH] Alphabetize QoS specs setup.cfg and the implementation had some functions that were not in alphabetical order. Since the rest of OSC is alphabetized, let's stick to that. Change-Id: Ief5d4694c7b6bc20a0898437b96305885104d45c --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4ed8fb07..7fb227e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -366,14 +366,14 @@ openstack.volume.v1 = volume_type_set = openstackclient.volume.v1.type:SetVolumeType volume_type_unset = openstackclient.volume.v1.type:UnsetVolumeType + volume_qos_associate = openstackclient.volume.v1.qos_specs:AssociateQos volume_qos_create = openstackclient.volume.v1.qos_specs:CreateQos volume_qos_delete = openstackclient.volume.v1.qos_specs:DeleteQos - volume_qos_list = openstackclient.volume.v1.qos_specs:ListQos - volume_qos_show = openstackclient.volume.v1.qos_specs:ShowQos - volume_qos_set = openstackclient.volume.v1.qos_specs:SetQos - volume_qos_unset = openstackclient.volume.v1.qos_specs:UnsetQos - volume_qos_associate = openstackclient.volume.v1.qos_specs:AssociateQos volume_qos_disassociate = openstackclient.volume.v1.qos_specs:DisassociateQos + volume_qos_list = openstackclient.volume.v1.qos_specs:ListQos + volume_qos_set = openstackclient.volume.v1.qos_specs:SetQos + volume_qos_show = openstackclient.volume.v1.qos_specs:ShowQos + volume_qos_unset = openstackclient.volume.v1.qos_specs:UnsetQos openstack.volume.v2 = backup_create = openstackclient.volume.v2.backup:CreateBackup