Merge "Fix parameters and description for os-volume_attachments"

This commit is contained in:
Jenkins 2017-07-13 01:13:31 +00:00 committed by Gerrit Code Review
commit 296c214ed0
1 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ Response
Show a detail of a volume attachment
====================================
.. rest_method:: GET /servers/{server_id}/os-volume_attachments/{attachment_id}
.. rest_method:: GET /servers/{server_id}/os-volume_attachments/{volume_id}
Show a detail of a volume attachment.
@ -112,7 +112,7 @@ Request
.. rest_parameters:: parameters.yaml
- server_id: server_id_path
- attachment_id: attachment_id
- volume_id: volume_id
Response
--------
@ -164,7 +164,7 @@ No body is returned on successful request.
Detach a volume from an instance
================================
.. rest_method:: DELETE /servers/{server_id}/os-volume_attachments/{attachment_id}
.. rest_method:: DELETE /servers/{server_id}/os-volume_attachments/{volume_id}
Detach a volume from an instance.
@ -181,7 +181,7 @@ Request
.. rest_parameters:: parameters.yaml
- server_id: server_id_path
- attachment_id: attachment_id
- volume_id: volume_id
Response
--------