Comment 7 for bug 1075580

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

Reviewed: https://review.openstack.org/15804
Committed: http://github.com/openstack/glance/commit/3aea9320d20d0291c5b4b027a585370d8e658a95
Submitter: Jenkins
Branch: master

commit 3aea9320d20d0291c5b4b027a585370d8e658a95
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