Comment 5 for bug 1939716

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

Reviewed: https://review.opendev.org/c/openstack/glance/+/804699
Committed: https://opendev.org/openstack/glance/commit/9e002a77f2131d3594a2a4029a147beaf37f5b17
Submitter: "Zuul (22348)"
Branch: master

commit 9e002a77f2131d3594a2a4029a147beaf37f5b17
Author: Stephen Finucane <email address hidden>
Date: Mon Aug 16 11:44:30 2021 +0100

    Resolve compatibility with oslo.db future (redux)

    Build on change I957d2a9d7c875120bed0022ce1e953b2ec9f97cd by addressing
    additional issues introduced by future breaking changes in oslo.db. As
    with this change, the changes stem from the table returned from
    'oslo_db.utils.get_table' being no longer bound to a 'Connection' or
    'Engine'.

    Change-Id: Ic28bef6ad4e47a86e423a10e8479b60134cbb0a5
    Signed-off-by: Stephen Finucane <email address hidden>
    Related-Bug: #1939716