Merge "Drop workaround for oslo.service <4.2.2"

This commit is contained in:
Zuul 2025-07-14 15:18:21 +00:00 committed by Gerrit Code Review
commit 84f1319678
2 changed files with 1 additions and 5 deletions

View file

@ -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):

View file

@ -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