openstacksdk/releasenotes/notes/no-start-task-manager-56773f3ea5eb3a59.yaml
Monty Taylor 448cda91e3
Don't start task managers passed in to Connection
If someone (such as our friend nodepool) creates and passes in a
TaskManager, it should be assumed that the calling context controls the
lifecycle of that TaskManager. In that case, don't run start() on it.

Depends-On: https://review.openstack.org/612168
Change-Id: I0ac5dc428250158471cb64d5b1601cabbb4deb86
2018-10-21 10:43:19 -05:00

7 lines
205 B
YAML

---
fixes:
- |
Fixed a regression in the new `TaskManager` code which caused programs that
were passing in a `TaskManager` that they had been running `start` on to
fail due to a double call.