Comment 3 for bug 1202098

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

Reviewed: https://review.openstack.org/37421
Committed: http://github.com/openstack/glance/commit/ee461194fa163ce97e7758cda28d7af6e6773ae4
Submitter: Jenkins
Branch: master

commit ee461194fa163ce97e7758cda28d7af6e6773ae4
Author: Zhi Yan Liu <email address hidden>
Date: Wed Jul 17 16:22:09 2013 +0800

    Using unicode() convert non-English exception message

    In non-English environment when the store driver loading failed, the
    BackendException will be raised with a non-ascii message. We need call
    unicode() to convert the message before using it.

    Fixes bug 1202098

    Change-Id: I9a58393b599aacc427cb4135988ecf5c3e90e455
    Signed-off-by: Zhi Yan Liu <email address hidden>