Comment 9 for bug 1522705

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/596489
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=65d9d4ebc28912437a2d8e7824fd7eec15848862
Submitter: Zuul
Branch: master

commit 65d9d4ebc28912437a2d8e7824fd7eec15848862
Author: Matt Riedemann <email address hidden>
Date: Fri Aug 24 17:28:03 2018 -0400

    api-ref: fix volume attachment update policy note

    Since change Iac03258735f3d856a474ab96fe9b0a087e32906f the
    PUT /servers/{server_id}/os-volume_attachments/{volume_id}
    (swap volume) API is admin-only by default. This fixes the
    documentation in the API reference.

    Change-Id: I9e7fe40536cf5f03d97eb80fd4459b5a74e92f76
    Related-Bug: #1522705