Comment 4 for bug 1860393

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-cinderclient (stable/stein)

Reviewed: https://review.opendev.org/703525
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=511224425804621550bf30403f7768eebe6f34ca
Submitter: Zuul
Branch: stable/stein

commit 511224425804621550bf30403f7768eebe6f34ca
Author: Minmin Ren <email address hidden>
Date: Tue May 14 02:42:30 2019 +0000

    Add missed 'Server ID' output in attachment-list

    'server_id' is not Attachment attribute, should be
    set by 'instance' attribute.

    v3/attachments respond body:

    {"attachments":
       [{"status": "attached",
         "instance": INSTANCE_UUID,
         "id": ATTACHMENT_UUID,
         "volume_id": VOLUME_UUID,
        },
        ...
        ]
    }

    Closes-Bug: #1860393
    Change-Id: Ica5d278cb7455befe1db4be0ab65114fd606ea0a
    (cherry picked from commit 03f228c11e0d88dcc396b30b7544b5cfde894750)