Comment 6 for bug 1284677

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

Reviewed: https://review.openstack.org/76903
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=627d5fbc1303b3f9d9b2f89acf21359437f9a928
Submitter: Jenkins
Branch: master

commit 627d5fbc1303b3f9d9b2f89acf21359437f9a928
Author: Leandro I. Costantino <email address hidden>
Date: Wed Mar 26 09:35:25 2014 -0300

    Replace unicode() for six.text_type

    To support Python3, unicode() calls has been replaced by
    six.text_type.
    Added utils.exception_to_str(): is the proper way to convert
    an exception to string, since it manages logic related to
    encoding.

    Change-Id: I27101390e4f95e5c7690b1b445b7e75b8bcb9a08
    Closes-Bug: #1284677