Comment 1 for bug 1818919

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

Reviewed: https://review.openstack.org/641509
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=d5c0daa8b7cbf752b02b6585225035886295c887
Submitter: Zuul
Branch: master

commit d5c0daa8b7cbf752b02b6585225035886295c887
Author: Tim Burke <email address hidden>
Date: Wed Mar 6 14:43:45 2019 -0800

    py3: Fix return type on CooperativeReader.read

    This should always be bytes; previously there was a path that returned an empty
    native string.

    Change-Id: I1cb4997cd3e766f9a7aea41ebe41a73971496bc3
    Closes-Bug: #1818919