448cda91e3
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
7 lines
205 B
YAML
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.
|