Switch nova-conductor to use ThreadPoolExecutor
This is a pure refactor so not having any unit test change actually signals that the refactor did not change the existing behavior which is good. The unit test run on this patch only covers the eventlet mode but higher in the series we run unit test with native threading mode in a separate job that will complement the coverage for this patch. Change-Id: Iafc96c93a0d4c406b77902942b2940653441fe38 Signed-off-by: Kamil Sambor <kamil.sambor@gmail.com>
This commit is contained in:
+1
-1
@@ -60,6 +60,6 @@ cursive>=0.2.1 # Apache-2.0
|
||||
retrying>=1.3.3 # Apache-2.0
|
||||
os-service-types>=1.7.0 # Apache-2.0
|
||||
python-dateutil>=2.7.0 # BSD
|
||||
futurist>=1.8.0 # Apache-2.0
|
||||
futurist>=3.2.1 # Apache-2.0
|
||||
openstacksdk>=4.4.0 # Apache-2.0
|
||||
PyYAML>=5.1 # MIT
|
||||
|
||||
Reference in New Issue
Block a user