Comment 2 for bug 1206044

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

Reviewed: https://review.openstack.org/39050
Committed: http://github.com/openstack/cinder/commit/31238c748e1c0cffb9ba412b3bf55b87f991714a
Submitter: Jenkins
Branch: master

commit 31238c748e1c0cffb9ba412b3bf55b87f991714a
Author: Edward Hope-Morley <email address hidden>
Date: Mon Jul 29 09:41:35 2013 +0100

    Make unicode-to-utf8 conversion universal in ceph backup driver.

    librbd does not like unicode strings. A patch was
    recently applied (c98cf2d8) to make all config
    values utf8 but there are other areas of the ceph
    backup driver where this also applies. This patch
    adds a new method which converts strings to utf8
    and replaces all relevant uses of str() with this
    new conversion.

    Change-Id: I8c3b01d1ea00b601c599396e3a662f172ffb9757
    Fixes: bug #1206044