Comment 5 for bug 1437170

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

Reviewed: https://review.openstack.org/168268
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=2b96f0d198cc4890378588836fb71a2249b5f4a4
Submitter: Jenkins
Branch: master

commit 2b96f0d198cc4890378588836fb71a2249b5f4a4
Author: Haomeng, Wang <email address hidden>
Date: Tue Mar 31 04:58:41 2015 +0000

    Fix UnicodeEncodeError issue when the language is not en_US

    Add __str__() method into IronicException base class, and encode to utf-8
    to make sure the wsme api can consume/format it as well.

    Change-Id: I183bbb78d738992ec91dff1ebed698cf84aa06ca
    Closes-Bug: 1437170