nova/nova/virt/vmwareapi
Qin Zhao 7f293ec49c Ensure to store context in thread local after spawn/spawn_n
https://review.openstack.org/#/c/171299/ introduces a wrapper for utils.spawn_n
to update context in thread local store. However, there are other routines in
driver code which calls greenthread.spawn or greenthread.spawn_n, so that they
will not update context in thread local store. The commit adds utils.spawn as a
new wrapper, and also make those codes call spawn/spawn_n of utils, in order to
ensure the context of logging is correct.

Change-Id: I3623e60c49e442e2431cf017540422aa59bc285a
Related-Bug: 1404268
2015-06-03 14:44:05 +00:00
..
__init__.py VMware: delete the driver VMwareESXDriver 2014-10-20 23:45:58 -07:00
constants.py VMware: add support for NFS 4.1 2015-05-12 02:43:38 +00:00
driver.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
ds_util.py Merge "VMware: use get_datastore_by_ref from oslo.vmware" 2015-06-03 03:45:30 +00:00
error_util.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
host.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
imagecache.py Use oslo.log 2015-02-22 07:56:40 -05:00
images.py Merge "VMware: Missing docstring on parameter" 2015-06-03 04:13:53 +00:00
io_util.py Ensure to store context in thread local after spawn/spawn_n 2015-06-03 14:44:05 +00:00
network_util.py VMware: fix network connectivity problems 2015-02-24 06:25:35 -08:00
read_write_util.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
vif.py Use oslo.log 2015-02-22 07:56:40 -05:00
vim_util.py Drop explicit suds dependency 2015-05-22 23:40:14 -07:00
vm_util.py VMware: fill in instance metadata when resizing instances 2015-05-28 09:24:48 +00:00
vmops.py Merge "VMware: use get_datastore_by_ref from oslo.vmware" 2015-06-03 03:45:30 +00:00
volumeops.py Merge "VMware: Fix volume relocate during detach" 2015-04-15 00:12:09 +00:00