Merge "Fix for not released thread in service_description"

This commit is contained in:
Zuul 2019-01-14 10:25:13 +00:00 committed by Gerrit Code Review
commit 9a5d45aa34
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ class ServiceDescription(object):
service_type=self.service_type),
category=exceptions.UnsupportedServiceVersion)
return temp_adapter
temp_adapter.task_manager.stop()
proxy_class = self.supported_versions.get(str(found_version[0]))
if not proxy_class:
proxy_class = proxy.Proxy