summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-25 10:16:21 +0000
committerGerrit Code Review <review@openstack.org>2021-08-25 10:16:21 +0000
commit9757eebcba1d0fda5d06077f0015aff62e3579ac (patch)
tree46c2914e4df39b61ea681c9f83555b969ae71522 /api-ref
parentd32155428370e50f3c03c120ba6bf726e167af57 (diff)
parenta057bbc40654d99e18b3b69fd93757e76bbbd1fa (diff)
downloadnova-9757eebcba1d0fda5d06077f0015aff62e3579ac.tar.gz
Merge "fup: Fix os-volume_attachments api-ref parameters"
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 7a65b80c21..01e663f802 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -1780,7 +1780,7 @@ attachment_bdm_id_resp:
description: |
The UUID of the block device mapping record in Nova for the attachment.
in: body
- required: false
+ required: true
type: string
min_version: 2.89
attachment_device_put_req:
@@ -1826,7 +1826,7 @@ attachment_volume_id_resp:
description: |
The UUID of the associated volume attachment in Cinder.
in: body
- required: false
+ required: true
type: string
min_version: 2.89
attachment_volumeId_resp:
@@ -7378,9 +7378,9 @@ volume:
type: object
volume_attachment_id_resp:
description: |
- The volumeId of the attachment.
+ The volume ID of the attachment.
in: body
- required: false
+ required: true
type: string
max_version: 2.88
volume_id: