octavia/releasenotes/notes/fix-amphora-update-api-call-d90853d7f75304a4.yaml
Gregory Thiemonge e756866a7b 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
2023-10-13 10:19:18 -04:00

7 lines
196 B
YAML

---
fixes:
- |
Fixed a bug that prevented the amphora from being updated by the Amphora
Configure API call, the API call was succesfull but the internal flow for
updating it failed.