Comment 5 for bug 2039281

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

Reviewed: https://review.opendev.org/c/openstack/octavia/+/898766
Committed: https://opendev.org/openstack/octavia/commit/7c67c1023200b11995672619145711420ae8a50f
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 7c67c1023200b11995672619145711420ae8a50f
Author: Gregory Thiemonge <email address hidden>
Date: Fri Oct 13 10:19:11 2023 -0400

    Fix Amphora Configure API call

    The Amphora Configure API call failed because a new sqlalchemy
    transaction was created but a transaction was already begun.
    Remove the nested begin() calls to fix the issue.

    Closes-Bug: #2039281
    Change-Id: Ie20cce4e8355737711a9def7470550e4e43c0c35
    (cherry picked from commit e756866a7ba2dfad14b3d89b6f016c59fa6d8972)