Comment 7 for bug 1815657

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

Reviewed: https://review.openstack.org/636749
Committed: https://git.openstack.org/cgit/openstack/masakari/commit/?id=041af276d725456cdf6e45d09a013e38188d803d
Submitter: Zuul
Branch: master

commit 041af276d725456cdf6e45d09a013e38188d803d
Author: Corey Bryant <email address hidden>
Date: Wed Feb 13 15:04:33 2019 -0500

    Py3: Ensure wsgi headers are not bytes type

    In Python 3, running the Masakari API as a wsgi application was
    resulting in "TypeError: expected unicode object, value of type
    bytes found". It looks like headerlist should not include bytes
    type objects so let's ensure they are str objects for Python 3.

    Change-Id: Ica030c540970474cd2511ffe0ba653d7bb057849
    Partial-Bug: #1815657