mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-16 23:00:55 +00:00
Merge "Drop workaround for oslo.service <4.2.2"
This commit is contained in:
commit
84f1319678
2 changed files with 1 additions and 5 deletions
|
|
@ -151,10 +151,6 @@ class ThreadGroup(threadgroup.ThreadGroup):
|
|||
self.threads.append(th)
|
||||
return th
|
||||
|
||||
def wait(self):
|
||||
"""Wait for all threads in the group to complete."""
|
||||
self.waitall()
|
||||
|
||||
|
||||
class ThreadGroupManager(object):
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ oslo.middleware>=3.31.0 # Apache-2.0
|
|||
oslo.policy>=4.5.0 # Apache-2.0
|
||||
oslo.reports>=1.18.0 # Apache-2.0
|
||||
oslo.serialization>=2.25.0 # Apache-2.0
|
||||
oslo.service[threading]>=4.2.0 # Apache-2.0
|
||||
oslo.service[threading]>=4.2.2 # Apache-2.0
|
||||
oslo.upgradecheck>=1.3.0 # Apache-2.0
|
||||
oslo.utils>=4.5.0 # Apache-2.0
|
||||
osprofiler>=1.4.0 # Apache-2.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue