Comment 2 for bug 1771410

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

Reviewed: https://review.openstack.org/568675
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ec0760a40e68f921e482d77a01551f7f4e0e3788
Submitter: Zuul
Branch: master

commit ec0760a40e68f921e482d77a01551f7f4e0e3788
Author: Jakub Libosvar <email address hidden>
Date: Tue May 15 19:06:36 2018 +0000

    py3: Fix list_entries for netlink_lib

    As privsep communicates with main process via socket, data passed
    through this socket must be string type in Python 3. This patch converts
    bytes to string, then privsep works correctly.

    Change-Id: I6838d13b5acc32e939fba3c9abfea7cd483e971b
    Closes-bug: #1771410