summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorRadoslav Gerganov <rgerganov@vmware.com>2018-08-07 12:26:34 +0300
committerRadoslav Gerganov <rgerganov@vmware.com>2018-08-07 15:43:36 +0300
commit44396c93b451cd09c64285c470e5f628a91af868 (patch)
tree5fee5be4d410498c175a0fd46a375a22240b686c /requirements.txt
parenta2bcf80fbcfa4f78ea8de9df97649c5b51a166ab (diff)
downloadoslo-vmware-44396c93b451cd09c64285c470e5f628a91af868.tar.gz
Set request context when polling vCenter tasks
There are various useful log messages which come when polling vCenter tasks which are missing request context and thus are hard to correlate to API requests. This patch fixes this by passing the request context to the async jobs which poll the vCenter tasks. Change-Id: I8efbc343e5073d3deb18b5f87c378c271ea4d816
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index fb82a56..472831a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,3 +20,4 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
requests>=2.14.2 # Apache-2.0
urllib3>=1.21.1 # MIT
oslo.concurrency>=3.26.0 # Apache-2.0
+oslo.context>=2.19.2 # Apache-2.0