Comment 5 for bug 1846360

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

Reviewed: https://review.opendev.org/696523
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4f5eeba32a70ecb963776aebbc2ff0949d1154f1
Submitter: Zuul
Branch: stable/train

commit 4f5eeba32a70ecb963776aebbc2ff0949d1154f1
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
    (cherry picked from commit 592b44629905d68b39ec92604b882627f4844908)