Comment 4 for bug 1180377

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

Reviewed: https://review.openstack.org/30046
Committed: http://github.com/openstack/nova/commit/832a66cf0bd8f7ccb0878889174c1ce4da7f42f3
Submitter: Jenkins
Branch: master

commit 832a66cf0bd8f7ccb0878889174c1ce4da7f42f3
Author: Zhi Yan Liu <email address hidden>
Date: Tue May 21 12:27:30 2013 +0800

    Using unicode() to handle image's properties

    Replace str() to unicode() to allow nova-api work well with the fix I
    did in glanceclient (https://review.openstack.org/#/c/29245/6).

    Fixes: Bug #1180377

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