nova/nova
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
..
accelerator smartnic support - reject server move and suspend 2021-08-05 15:58:41 +08:00
api Merge "Support interface attach / detach with new resource request format" 2021-09-02 19:03:47 +00:00
cmd nova-manage: Ensure mountpoint is passed when updating attachment 2021-09-29 11:53:02 +01:00
compute objects: Remove 'bandwidth' fields from notifications 2021-11-03 17:33:43 +00:00
conductor Merge "Support move ops with extended resource request" 2021-08-31 21:38:24 +00:00
conf Merge "workarounds: Remove rbd_volume_local_attach" 2021-09-02 12:16:53 +00:00
console Merge "console: Improve logging" 2021-09-07 14:29:08 +00:00
db db: Remove nova-network models 2021-11-03 17:33:53 +00:00
hacking Add two new hacking rules 2021-09-01 12:26:52 +01:00
image glance: Remove [glance]/allowed_direct_url_schemes 2021-01-28 12:46:57 +00:00
keymgr
locale Imported Translations from Zanata 2020-04-26 07:51:21 +00:00
network Support interface attach / detach with new resource request format 2021-09-01 15:51:47 +02:00
notifications objects: Remove 'bandwidth' fields from notifications 2021-11-03 17:33:43 +00:00
objects db: Remove nova-network models 2021-11-03 17:33:53 +00:00
pci mypy: Add type annotations to 'nova.pci' 2021-04-26 18:06:21 +01:00
policies policy: Deprecate field from 'os-extended-server-attributes' policy 2021-08-26 10:54:25 +01:00
privsep Retry lvm volume and volume group query 2021-06-15 12:39:26 +02:00
scheduler Support interface attach / detach with new resource request format 2021-09-01 15:51:47 +02:00
servicegroup Remove six.binary_type/integer_types/string_types 2020-12-13 11:25:14 +00:00
storage Stop leaking ceph df cmd in RBD utils 2021-05-11 17:28:56 +02:00
tests db: Remove nova-network models 2021-11-03 17:33:53 +00:00
virt Merge "hardware: Add TODO to remove '(un)pin_cpu_with_siblings'" 2021-09-11 09:15:52 +00:00
volume Fix the wrong exception used to retry detach API calls 2021-09-20 11:23:40 +00:00
__init__.py
availability_zones.py Remove six.PY2 and six.PY3 2020-08-15 07:45:23 +00:00
baserpc.py
block_device.py fup: Remove unused legacy block_device_info format 2021-08-20 13:26:46 +01:00
cache_utils.py trivial: Remove unused 'cache_utils' APIs 2020-02-05 17:20:28 +00:00
config.py db: Post reshuffle cleanup 2021-08-09 15:34:40 +01:00
context.py db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api' 2021-08-09 15:34:40 +01:00
crypto.py Replace md5 for fips 2021-02-25 16:01:43 -05:00
debugger.py trivial: Remove remaining '_LW' instances 2020-05-18 17:00:41 +01:00
exception.py Convert features not supported error to HTTPBadRequest 2021-09-01 09:09:58 -05:00
exception_wrapper.py rpc: Rework 'get_notifier', 'wrap_exception' 2021-03-01 11:06:48 +00:00
filters.py trivial: Remove remaining '_LI' instances 2020-05-18 17:00:57 +01:00
i18n.py trivial: Remove remaining '_LI' instances 2020-05-18 17:00:57 +01:00
loadables.py trivial: Remove dead code 2019-12-12 10:55:02 +00:00
manager.py db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api' 2021-08-09 15:34:40 +01:00
middleware.py Allow X-OpenStack-Nova-API-Version header in CORS 2021-06-15 07:35:36 -04:00
monkey_patch.py Correctly disable greendns 2020-09-11 12:42:04 -04:00
policy.py Reuse code from oslo lib for JSON policy migration 2021-01-14 22:41:33 +00:00
profiler.py
quota.py db: Post reshuffle cleanup 2021-08-09 15:34:40 +01:00
rpc.py rpc: Rework 'get_notifier', 'wrap_exception' 2021-03-01 11:06:48 +00:00
safe_utils.py
service.py Restore retrying the RPC connection to conductor 2020-11-13 18:02:00 +01:00
service_auth.py
test.py db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api' 2021-08-09 15:34:40 +01:00
utils.py Replace getargspec with getfullargspec 2021-05-12 10:50:52 +08:00
version.py Change API unexpected exception message 2021-02-17 21:30:07 +00:00
weights.py Remove six.add_metaclass 2020-08-15 07:45:39 +00:00
wsgi.py trivial: Remove remaining '_LI' instances 2020-05-18 17:00:57 +01:00