Comment 17 for bug 1816721

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

Reviewed: https://review.opendev.org/663857
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=7880a5bfa7639fd6aa07d96b32da594c76940e38
Submitter: Zuul
Branch: stable/rocky

commit 7880a5bfa7639fd6aa07d96b32da594c76940e38
Author: Michal Arbet <email address hidden>
Date: Wed Feb 6 18:38:22 2019 +0100

    Fix python3 compatibility of rbd get_fsid

    In python3 conn.get_fsid() is represented as binary.
    Because of this, direct_url is corrupted in DB.
    This patch is fixing this. More informations in
    closing bug.

    Closes-Bug: #1816721

    Change-Id: I6a89042fae63bf5c9096a6bee6774aebf3f5864b
    (cherry picked from commit 9c73370358c02fc7f308d88f4563f22969a42c96)