nova/nova/db
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
..
api db: Remove legacy placement models 2021-10-18 20:26:18 +01:00
main db: Don't use legacy 'Row()' methods 2021-11-12 10:44:04 +00:00
__init__.py db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api' 2021-08-09 15:34:40 +01:00
constants.py Move db MAX constants to own file 2018-03-01 11:09:29 +00:00
migration.py Fix nova-manage db version 2021-09-13 14:08:11 +02:00
types.py Set "cache_ok=True" in "TypeDecorator" inheriting classes 2021-10-14 09:01:07 +00:00
utils.py db: Post reshuffle cleanup 2021-08-09 15:34:40 +01:00