To upversion sqlalchemy to 1.4, it's also necessary to upversion
barbican to at least version 13 to include a fix in migration
scripts [1]. This commit handles the upversion and adapt one of the
patch files for the new barbican version.
Test plan:
- PASS: Build a custom ISO with the changes and deploy a DX system
controller and a SX subcloud. Verify the system works as
expected.
- PASS: Manage a subcloud and verify the sync_status is "in-sync".
- PASS: Soak the system and verify there was no connection leak and
no sessions stuck in "idle in transaction" state.
- PASS: Run DC sanity and regression.
[1]: 3a76ced863
Story: 2011311
Task: 51780
Change-Id: I138de54970e6fcab860c91b968ee0cadcfe6cc92
Signed-off-by: Victor Romano <victor.gluzromano@windriver.com>