summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7fb227e6..b0343e09 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -395,6 +395,15 @@ openstack.volume.v2 =
volume_type_delete = openstackclient.volume.v2.volume_type:DeleteVolumeType
volume_type_show = openstackclient.volume.v2.volume_type:ShowVolumeType
+ volume_qos_associate = openstackclient.volume.v2.qos_specs:AssociateQos
+ volume_qos_create = openstackclient.volume.v2.qos_specs:CreateQos
+ volume_qos_delete = openstackclient.volume.v2.qos_specs:DeleteQos
+ volume_qos_disassociate = openstackclient.volume.v2.qos_specs:DisassociateQos
+ volume_qos_list = openstackclient.volume.v2.qos_specs:ListQos
+ volume_qos_set = openstackclient.volume.v2.qos_specs:SetQos
+ volume_qos_show = openstackclient.volume.v2.qos_specs:ShowQos
+ volume_qos_unset = openstackclient.volume.v2.qos_specs:UnsetQos
+
[build_sphinx]
source-dir = doc/source
build-dir = doc/build