nova/nova/db/main
Stephen Finucane be4e01c101 db: Don't use legacy 'Row()' methods
Resolve the following RemovedIn20Warning warnings:

  The Row.keys() method is considered legacy as of the 1.x series of
  SQLAlchemy and will be removed in 2.0. Use the namedtuple standard
  accessor Row._fields, or for full mapping behavior use
  row._mapping.keys()

An additional warning that appears to have been resolved in the interim
is also removed.

Change-Id: I0c33130a745b986f1bcd2ec177f78e3bb68d2271
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-11-12 10:44:04 +00:00
..
legacy_migrations db: Don't pass strings to 'Connection.execute' 2021-11-12 09:58:42 +00:00
migrations db: De-duplicate list of removed table columns 2021-10-18 20:26:18 +01:00
__init__.py db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api' 2021-08-09 15:34:40 +01:00
alembic.ini db: Integrate alembic 2021-08-09 15:34:40 +01:00
api.py db: Don't use legacy 'Row()' methods 2021-11-12 10:44:04 +00:00
models.py db: Remove nova-network models 2021-11-03 17:33:53 +00:00