Merge "api-ref: mark migration_status parameter as optional"
This commit is contained in:
commit
c33359e4b1
@ -1064,13 +1064,7 @@ migration_policy:
|
||||
type: string
|
||||
migration_status:
|
||||
description: |
|
||||
The volume migration status.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
migration_status_1:
|
||||
description: |
|
||||
The volume migration status.
|
||||
The volume migration status. Admin only.
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
|
@ -1797,16 +1797,10 @@ migration_policy:
|
||||
type: string
|
||||
migration_status:
|
||||
description: |
|
||||
The volume migration status.
|
||||
The volume migration status. Admin only.
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
migration_status_req:
|
||||
description: |
|
||||
The volume migration status.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
mountpoint:
|
||||
description: |
|
||||
The attaching mount point.
|
||||
|
@ -70,7 +70,7 @@ Response
|
||||
|
||||
- volume: volume
|
||||
- status: status_vol
|
||||
- migration_status: migration_status_req
|
||||
- migration_status: migration_status
|
||||
- user_id: user_id
|
||||
- attachments: attachments
|
||||
- links: links_vol
|
||||
|
@ -221,7 +221,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- migration_status: migration_status_req
|
||||
- migration_status: migration_status
|
||||
- attachments: attachments
|
||||
- links: links_vol
|
||||
- availability_zone: availability_zone
|
||||
@ -344,7 +344,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- migration_status: migration_status_req
|
||||
- migration_status: migration_status
|
||||
- attachments: attachments
|
||||
- links: links_vol
|
||||
- availability_zone: availability_zone
|
||||
@ -424,7 +424,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- migration_status: migration_status_req
|
||||
- migration_status: migration_status
|
||||
- attachments: attachments
|
||||
- links: links_vol
|
||||
- availability_zone: availability_zone
|
||||
|
Loading…
Reference in New Issue
Block a user