nova/nova/db
Stephen Finucane 6df671fea7 db: Remove dead code
Change I532c7918a8e2c887f29d2f0e1e33b80f2b3a7507 removed the
'nova.db.sqlalchemy.migration.db_null_instance_uuid_scan' function. It
should have also removed the '_process_null_records' function from this
module.

Change I42b302afbb1cfede7a0f7b16485a596cd70baf17 removed the XenAPI virt
driver and tests. These tests were the only users of the
'nova.tests.unit.db.fakes' module which should have been removed then.

Remove both now.

Change-Id: I4a94760cebef4bb62da64189477636cc1002ffbe
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-06-16 10:10:27 +01:00
..
sqlalchemy db: Remove dead code 2021-06-16 10:10:27 +01:00
__init__.py Use nova.db.api directly 2018-07-10 14:56:27 +00:00
api.py objects: Remove Agent, AgentList 2020-09-11 14:10:32 +01:00
base.py Use nova.db.api directly 2018-07-10 14:56:27 +00:00
constants.py Move db MAX constants to own file 2018-03-01 11:09:29 +00:00
migration.py cmd: Remove 'nova-manage db null_instance_uuid_scan' 2021-02-02 17:16:12 +00:00