Comment 3 for bug 1779455

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance_store (master)

Reviewed: https://review.openstack.org/579335
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=68784feef22e9253316aee08322dc586b3402e34
Submitter: Zuul
Branch: master

commit 68784feef22e9253316aee08322dc586b3402e34
Author: Tomoki Sekiyama <email address hidden>
Date: Sat Jun 30 07:34:08 2018 -0400

    cinder: Specify mountpoint host param to attach API

    When an image data is uploaded to cinder backend, it causes the
    following error:
      glance_store._drivers.cinder BadRequest:
      Invalid input for field/attribute mountpoint.

    This is due to cinder require the mountpoint param on attach API.

    Change-Id: Ie82e9f4f3848cebe54f4dbccb9018815a0d5ebf1
    Closes-Bug: #1779455