Comment 9 for bug 1075580

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

Reviewed: https://review.openstack.org/16996
Committed: http://github.com/openstack/glance/commit/49408e9f846ab08ed4f1ac32c3e4e934cd448990
Submitter: Jenkins
Branch: stable/folsom

commit 49408e9f846ab08ed4f1ac32c3e4e934cd448990
Author: Josh Durgin <email address hidden>
Date: Fri Nov 9 09:28:19 2012 -0800

    Ensure strings passed to librbd are not unicode

    librbd rejects unicode by throwing an exception. If the location uri
    was unicode, this would result in deletes failing. Convert all rbd
    StoreLocation properties to ascii strings to avoid this problem.

    Fixes bug #1075580
    Signed-off-by: Josh Durgin <email address hidden>

    Change-Id: I445902bb1b72b8c814585f1481e6bf9e758b4e07
    (cherry picked from commit 3aea9320d20d0291c5b4b027a585370d8e658a95)