Comment 14 for bug 1803717

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

Reviewed: https://review.opendev.org/655186
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d4dbbb645af4b4a8220cd3496cfb615f8904ec91
Submitter: Zuul
Branch: stable/queens

commit d4dbbb645af4b4a8220cd3496cfb615f8904ec91
Author: Jens Harbott <email address hidden>
Date: Fri Nov 16 14:50:41 2018 +0000

    Fix regression in glance client call

    In [0] the way parameters are passed to the glance client was changed.
    Sadly one required argument was dropped during this, we need to insert
    it again in order to fix e.g. rbd backend usage.

    [0] https://review.openstack.org/614351

    Change-Id: I5a4cfb3c9b8125eca4f6c9561d3023537e606a93
    Closes-Bug: 1803717
    (cherry picked from commit fd540e2135c26d8c297695a3fa73d993655f0ad8)