nova/nova/tests
Stephen Finucane 7f4c7bfcc1 db: Remove nova-network models
There are a number of nova-network tables which we can now drop.

nova-network
  Feature removed entirely in Ussuri.

  - dns_domains
  - fixed_ips
  - floating_ips
  - networks
  - provider_fw_rules
  - security_group_default_rules

Unfortunately we can't get rid of the security group-related entries due
to the unfortunate presence of the 'security_groups' attribute on the
'Instance' object and corresponding table, which in turn brings in a
load of other tables. We'll address that separately. For now, just drop
what we can easily drop.

Change-Id: I8858faa14119f4daa9630b0ff6dcf082d0ff8fba
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-11-03 17:33:53 +00:00
..
fixtures Merge "Reproduce bug 1945310" 2021-10-08 01:25:27 +00:00
functional objects: Remove 'bandwidth' fields from notifications 2021-11-03 17:33:43 +00:00
unit db: Remove nova-network models 2021-11-03 17:33:53 +00:00
__init__.py
json_ref.py Transform instance.exists notification 2018-06-05 12:51:30 +00:00