Add sqlalchemy-migrate to workaround masakari issues

For 2023.2 branch specifically, masakari fails to interact with SQLalchemy
version that's being used in u-c. While needed patches were merged,
this was done after branching, leaving 2023.2 in a broken shape.

So we add sqlalchemy-migrate package to list of requirements
for 2023.2 solely, as it's not required neither in previous nor in next releases.

Closes-Bug: #2052378
Change-Id: I1883c935144ab5c3a578b4d98945e3bc78a02ad1
This commit is contained in:
Dmitriy Rabotyagov 2024-02-05 12:25:29 +01:00
parent 534a504225
commit 12d0deee3a
1 changed files with 1 additions and 1 deletions

View File

@ -75,8 +75,8 @@ masakari_bin: "/openstack/venvs/masakari-{{ masakari_venv_tag }}/bin"
masakari_pip_packages:
- cryptography
- "git+{{ masakari_git_repo }}@{{ masakari_git_install_branch }}#egg=masakari"
- masakari
- keystonemiddleware
- sqlalchemy-migrate
- osprofiler
- PyMySQL
- pymemcache