[api-ref]Fix the incorrect description in volume API
Now api of creating a snapshot in cinder is using volume transfer description for 'name' and 'id' in creating volume snapshot parameters. That is not correct, and this commit will fix it. Change-Id: I949d05a8006937b3f49e3c53b42b38b09384604e Closes-Bug: #1698128
This commit is contained in:
parent
673269858c
commit
60a96d4eb8
@ -95,7 +95,7 @@ Request
|
|||||||
- volume_id: volume_id
|
- volume_id: volume_id
|
||||||
- force: force
|
- force: force
|
||||||
- description: description
|
- description: description
|
||||||
- name: name
|
- name: name_12
|
||||||
- project_id: project_id_path
|
- project_id: project_id_path
|
||||||
|
|
||||||
Request Example
|
Request Example
|
||||||
@ -112,11 +112,11 @@ Response Parameters
|
|||||||
- status: status_2
|
- status: status_2
|
||||||
- description: description
|
- description: description
|
||||||
- created_at: created_at
|
- created_at: created_at
|
||||||
- name: name
|
- name: name_12
|
||||||
- snapshot: snapshot
|
- snapshot: snapshot
|
||||||
- volume_id: volume_id
|
- volume_id: volume_id
|
||||||
- metadata: metadata
|
- metadata: metadata
|
||||||
- id: id
|
- id: id_4
|
||||||
- size: size
|
- size: size
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user