Reviewed: https://review.openstack.org/567744 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a676d2e6b22b307287a6e18046e3384b7539de98 Submitter: Zuul Branch: master
commit a676d2e6b22b307287a6e18046e3384b7539de98 Author: Takashi NATSUME <[email protected]> Date: Fri May 11 14:12:56 2018 +0900 api-ref: Fix parameters for os-volume-attachments.inc In the following APIs, the 'volume_id' parameters are 'path' parameters. So fix them. - GET /servers/{server_id}/os-volume_attachments/{volume_id} - DELETE /servers/{server_id}/os-volume_attachments/{volume_id} In addition, the descriptions of the parameters are amended. Change-Id: Iab93acde31639b1471c83b06fb1a77474bb52c48 Closes-Bug: #1770560 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1770560 Title: api-ref: wrong parameter description in os-volume-attachments.inc Status in OpenStack Compute (nova): Fix Released Bug description: In the following APIs, the 'volume_id' parameters are not body parameters. They are path parameters. - GET /servers/{server_id}/os-volume_attachments/{volume_id} - DELETE /servers/{server_id}/os-volume_attachments/{volume_id} https://developer.openstack.org/api-ref/compute/#show-a-detail-of-a-volume-attachment https://developer.openstack.org/api-ref/compute/#detach-a-volume-from-an-instance To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1770560/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

