Comment 6 for bug 1575675

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

Reviewed: https://review.openstack.org/449223
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=6b04a764cb3abd6820d505c2aab7630b7b4205e5
Submitter: Jenkins
Branch: master

commit 6b04a764cb3abd6820d505c2aab7630b7b4205e5
Author: Matt Riedemann <email address hidden>
Date: Thu Mar 23 12:49:30 2017 -0400

    Fix 500 error when 'mountpoint' is not provided to os-attach

    This fixes the 500 resulting from the KeyError when mountpoint
    is not provided during an os-attach call. It also fixes the
    API reference docs to no longer lie about mountpoint being
    an optional parameter.

    Change-Id: Ica9ccb0246bc84c087afc338b5102ce48f57e82b
    Closes-Bug: #1575675