nova/nova
Stephen Finucane bd7d991309 Don't use '_TransactionContextManager._async'
In commit 2d532963, all instances of 'async' were replaced with 'async_'
in preparation for Python 3.7. However, one of these should not have
been changed as it refers to an oslo.db object attribute. That attribute
has actually been renamed itself but that rename is only present from
oslo.db 4.40.0 [1]. Thankfully, an alias to the older name is provided
so we use that.

[1] https://github.com/openstack/oslo.db/commit/df6bf34

Change-Id: I1afd0ba34a9ebcb63edb91e880ef60580befb32e
Closes-Bug: #1788833
2018-08-28 17:14:19 +01:00
..
api Merge "Make monkey patch work in uWSGI mode" 2018-08-28 15:38:04 +00:00
cells Add instance action record for snapshot instances 2017-12-11 17:46:38 +08:00
cmd Make monkey patch work in uWSGI mode 2018-08-28 09:49:01 +08:00
common
compute Merge "Make instance_list perform per-cell batching" 2018-08-28 04:55:17 +00:00
conductor Merge "In Python3.7 async is a keyword [1]" 2018-08-03 00:58:06 +00:00
conf Merge "Make instance_list perform per-cell batching" 2018-08-28 04:55:17 +00:00
console Use nova.db.api directly 2018-07-10 14:56:27 +00:00
consoleauth
db Don't use '_TransactionContextManager._async' 2018-08-28 17:14:19 +01:00
hacking Use nova.db.api directly 2018-07-10 14:56:27 +00:00
image Implement certificate_utils 2018-06-12 14:44:32 -04:00
ipv6
keymgr
locale Imported Translations from Zanata 2018-08-12 07:33:01 +00:00
network Handle binding_failed vif plug errors on compute restart 2018-08-09 16:26:53 -04:00
notifications Remove noisy DEBUG log 2018-08-23 16:57:51 +02:00
objects Filter out instances without a host when populating AZ 2018-08-21 09:44:39 -04:00
pci network: update pci request spec to handle trusted tags 2018-05-31 13:55:40 -04:00
policies Remove the deprecated API extensions policies 2018-08-17 07:11:45 +00:00
privsep privsep: Handle ENOENT when checking for direct IO support 2018-08-27 17:03:46 +01:00
scheduler Deprecate Core/Ram/DiskFilter 2018-08-24 19:32:27 -04:00
servicegroup Fix service list for disabled compute using MC driver 2018-08-14 14:11:22 +08:00
tests Merge "Make instance_list perform per-cell batching" 2018-08-28 04:55:17 +00:00
virt Merge "libvirt: Don't react to VIR_DOMAIN_EVENT_SUSPENDED_MIGRATED events" 2018-08-23 21:30:43 +00:00
vnc
volume Remove unnecessary parameters from create volume API 2018-06-12 12:06:41 +05:30
__init__.py
availability_zones.py
baserpc.py
block_device.py Add uuid column to BlockDeviceMapping 2017-12-17 14:28:35 +00:00
cache_utils.py
config.py Set default of oslo.privsep.daemon logging to INFO level 2018-07-30 17:06:10 +00:00
context.py Stash the cell uuid on the context when targeting 2018-08-22 13:29:29 -07:00
crypto.py Convert certificate generation to processutils. 2018-05-02 19:18:41 +10:00
debugger.py
exception.py Ironic: report 0 for vcpus/memory_mb/disk_gb resources 2018-08-14 21:32:07 +00:00
exception_wrapper.py Add full traceback to ExceptionPayload in versioned notifications 2018-06-19 16:46:46 +08:00
filters.py
hooks.py
i18n.py correct referenced url in comments 2018-01-18 09:16:37 +08:00
loadables.py
manager.py conf: Remove 'db_driver' config opt 2018-03-16 17:23:16 +00:00
policy.py
profiler.py
quota.py Merge "Avoid joins in _server_group_count_members_by_user" 2018-08-07 23:16:06 +00:00
rc_fields.py Nix unused raise_if_custom_resource_class_pre_v1_1 2018-06-18 19:52:45 +00:00
rpc.py Use oslo.messaging per-call monitoring 2018-06-11 14:44:10 -07:00
safe_utils.py
service.py Deprecate running API services under eventlet 2018-05-16 03:48:32 +00:00
service_auth.py
test.py Remove patching the mock lib 2018-08-10 10:58:52 +02:00
utils.py Make monkey patch work in uWSGI mode 2018-08-28 09:49:01 +08:00
version.py
weights.py
wsgi.py Refactor WSGI apps and utils to limit imports 2018-03-06 22:05:12 +00:00