Merge "Add the missing "vol_type_id" param for qos association api-ref"

This commit is contained in:
Jenkins 2017-05-30 17:24:45 +00:00 committed by Gerrit Code Review
commit ae28bdb395
4 changed files with 20 additions and 4 deletions

View File

@ -75,13 +75,13 @@ project_id_path:
description: |
The UUID of the project in a multi-tenancy cloud.
in: path
required: false
required: true
type: string
qos_id:
description: |
The ID of the QoS specification.
in: path
required: false
required: true
type: string
quotas_tenant_id:
description: |
@ -114,6 +114,12 @@ user_id_1:
in: path
required: false
type: string
vol_type_id:
description: |
The UUID for an existing volume type.
in: path
required: true
type: string
volume_id_path:
description: |
The UUID of the volume.

View File

@ -110,6 +110,7 @@ Request
- tenant_id: tenant_id
- qos_id: qos_id
- vol_type_id: vol_type_id
Disassociate QoS specification from volume type
@ -129,6 +130,7 @@ Request
- tenant_id: tenant_id
- qos_id: qos_id
- vol_type_id: vol_type_id
Show QoS specification details

View File

@ -105,13 +105,13 @@ project_id_path:
description: |
The UUID of the project in a multi-tenancy cloud.
in: path
required: false
required: true
type: string
qos_id:
description: |
The ID of the QoS specification.
in: path
required: false
required: true
type: string
quotas_project_id:
description: |
@ -144,6 +144,12 @@ user_id_1:
in: path
required: false
type: string
vol_type_id:
description: |
The UUID for an existing volume type.
in: path
required: true
type: string
volume_id_path:
description: |
The UUID of the volume.

View File

@ -110,6 +110,7 @@ Request
- project_id: project_id_path
- qos_id: qos_id
- vol_type_id: vol_type_id
Disassociate QoS specification from a volume type
@ -129,6 +130,7 @@ Request
- project_id: project_id_path
- qos_id: qos_id
- vol_type_id: vol_type_id
Show a QoS specification details