Comment 2 for bug 1822559

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

Reviewed: https://review.opendev.org/650876
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=96c6972b9d4d8150ffd991ec3396feb56903b183
Submitter: Zuul
Branch: master

commit 96c6972b9d4d8150ffd991ec3396feb56903b183
Author: Lajos Katona <email address hidden>
Date: Mon Apr 8 10:52:38 2019 +0200

    set_ovs_hostconfigs on py3 fails with TypeError

    In case of running devstack with USE_PYTHON3=True the command
    neutron-odl-ovs-hostconfig --noovs_dpdk --bridge_mappings=public:
    veth-pub-int fails with TypeError: a bytes-like object is required, not
    'str'.

    Change-Id: I2be64126e336f47676969abe4d81d5a739cb8599
    Closes-Bug: #1822559