Fix parameter description in volume and snapshot manage extension
The parameters 'cinder_id', 'reason_not_safe', 'extra_info' can be None, but are required in the response body of listing detail of managable volumes or snapshots. Change-Id: Iade148d2afeaae486aab4dc789d52e9522f206ee
This commit is contained in:
parent
2319cc7628
commit
999cd2be12
@ -647,9 +647,9 @@ cgsnapshots:
|
||||
type: object
|
||||
cinder_id:
|
||||
description: |
|
||||
The UUID of the snapshot in Cinder.
|
||||
The UUID of the resource in Cinder.
|
||||
in: body
|
||||
required: false
|
||||
required: true
|
||||
type: string
|
||||
cipher:
|
||||
description: |
|
||||
@ -1043,7 +1043,7 @@ extra_info:
|
||||
description: |
|
||||
More information about the resource.
|
||||
in: body
|
||||
required: false
|
||||
required: true
|
||||
type: string
|
||||
extra_specs_volume_type_optional:
|
||||
description: |
|
||||
@ -2255,7 +2255,7 @@ reason_not_safe:
|
||||
description: |
|
||||
The reason why the resource can't be managed.
|
||||
in: body
|
||||
required: false
|
||||
required: true
|
||||
type: string
|
||||
ref:
|
||||
description: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user