97aa69617f
TaskManager can be overridden but Connection doesn't currently expose this in the constructor. Change-Id: Iaa17fb40fd2e56eb60d3c3ed227ad82089ce8506
7 lines
232 B
YAML
7 lines
232 B
YAML
---
|
|
features:
|
|
- |
|
|
A new ``task_manager`` parameter to ``Connection`` has been added for
|
|
passing a TaskManager object. This was present in shade and is used by
|
|
nodepool, but was missing from the Connection constructor.
|