diff options
author | Zuul <zuul@review.opendev.org> | 2020-03-03 00:23:31 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-03-03 00:23:31 +0000 |
commit | cbcf8183ded1075de73cd1fac3c44e8db0f83e93 (patch) | |
tree | 1298b51bbe070faaa79b85b7e00fbf0085eeb76f /api-ref/source | |
parent | 8cc54a4576748df198836ff9cb50f9a88f408207 (diff) | |
parent | 6ee0da7e5bffcfa70bfae60d60345c42fbc881b9 (diff) | |
download | nova-cbcf8183ded1075de73cd1fac3c44e8db0f83e93.tar.gz |
Merge "api-ref: mark device response param as optional for list/show vol attachments"
Diffstat (limited to 'api-ref/source')
-rw-r--r-- | api-ref/source/os-volume-attachments.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/os-volume-attachments.inc b/api-ref/source/os-volume-attachments.inc index de73f95ea1..3deb96d05a 100644 --- a/api-ref/source/os-volume-attachments.inc +++ b/api-ref/source/os-volume-attachments.inc @@ -34,10 +34,10 @@ Response .. rest_parameters:: parameters.yaml - volumeAttachments: volumeAttachments - - device: device_resp - id: attachment_id_required - serverId: server_id - volumeId: volumeId_resp + - device: attachment_device_resp - tag: device_tag_bdm_attachment_resp - delete_on_termination: delete_on_termination_attachments_resp @@ -150,10 +150,10 @@ Response .. rest_parameters:: parameters.yaml - volumeAttachment: volumeAttachment - - device: device_resp - id: attachment_id_required - serverId: server_id - volumeId: volumeId_resp + - device: attachment_device_resp - tag: device_tag_bdm_attachment_resp - delete_on_termination: delete_on_termination_attachments_resp |