Comment 11 for bug 1737779

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

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

commit d550fe883fab160bc098864e732cccdfaf756c40
Author: Matt Riedemann <email address hidden>
Date: Tue Dec 12 12:43:53 2017 -0500

    Pass mountpoint to volume attachment_create with connector

    Similar to I11ba269c3f7a2e7707b2b7e27d26eb7a2c948a82, when
    we create a volume attachment with a connector, we need to
    also provide the mountpoint via the connector to Cinder,
    because internally within Cinder the attachment_create code
    is calling attachment_update if a connector is provided.

    Change-Id: If3afe8d8bd6b8c327ccc7d1140053bccaf7e1ad7
    Closes-Bug: #1737779