Comment 2 for bug 1846360

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

Reviewed: https://review.opendev.org/686206
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=592b44629905d68b39ec92604b882627f4844908
Submitter: Zuul
Branch: master

commit 592b44629905d68b39ec92604b882627f4844908
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Oct 2 16:14:05 2019 +0000

    Convert Pyroute2 byte results to strings

    Pyroute2 can return information structures with values as bytes
    instead of strings. In order to unify the output, those byte
    parameters will be converted to string. This is needed in case of
    having dictionaries with keys as bytes instead of strings.

    Change-Id: Ic665b2c5e28d06e21190f06d9f3f8e8f8c3c792d
    Closes-Bug: #1846360