Comment 3 for bug 1398854

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

Reviewed: https://review.openstack.org/116864
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=62063c12b222f0cdff0383d908ab60a2ed970334
Submitter: Jenkins
Branch: master

commit 62063c12b222f0cdff0383d908ab60a2ed970334
Author: Ilya Shakhat <email address hidden>
Date: Tue Aug 26 15:36:04 2014 +0400

    Fix issues with Unicode compatibility for Py3

    HTTP arguments should not be encoded because:
     * requests library does it automatically replacing unicode
       characters with utf-8 sequences
     * on py3 encoding function replaces string with byte array,
       thus breaking keystone client

    Closes bug 1398854

    Change-Id: I747778259656f1c9803bcf990cdd85f87a77fd1a