neutron/neutron/cmd/upgrade_checks
Rodolfo Alonso Hernandez 98ac1fa31a [sqlalchemy-20] Add the transaction context to the upgrade checks methods
In ``cmd.upgrade_checks.checks``, there are some methods that access to
the database. The queries are now inside a database context (reader or
writer depending on the query).

Closes-Bug: #2019119

Change-Id: I35b1311576bcf1681ab4932f0baeb4cd3099301c
2023-05-10 09:12:16 +02:00
..
__init__.py Upgrade check command - add support for 3rd party checks 2018-12-18 11:23:03 +01:00
base.py Fix remaining typos in comments and tests 2022-07-06 21:20:27 +05:30
checks.py [sqlalchemy-20] Add the transaction context to the upgrade checks methods 2023-05-10 09:12:16 +02:00