Comment 8 for bug 1629068

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

Reviewed: https://review.openstack.org/363605
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=ab41106cf66f779f4b29a113ab1757bc7de66f0c
Submitter: Jenkins
Branch: master

commit ab41106cf66f779f4b29a113ab1757bc7de66f0c
Author: Luong Anh Tuan <email address hidden>
Date: Tue Nov 15 14:36:46 2016 +0700

    Python 3 Compatible JSON

    In order to be really python3 compatible, the json lib was replaced
    with oslo.serialization(1.10 or newer) module jsontuils since it's
    the recommended migration to python3 guide.

    https://wiki.openstack.org/wiki/Python3#Serialization:_base64.2C_JSON.2C_etc.

    Change-Id: I2d8b62e642aba4ccd1b70be7e9b3784a95a6743d
    Closes-Bug: #1629068