openstacksdk/releasenotes/notes/revert-futurist-34acc42fd3f0e7f3.yaml
Monty Taylor 8e5893f0ad Revert "Switch to futurist for concurrency"
This partially reverts commit b6a22e3749.

The addition of futurist as a hard depend broke python2, and at the
same time didn't mark the release as having done so. In looking at the
issue we realized that we don't actually need the hard depend.

Change-Id: I2d874f618f5b3f66d49cd2e964c6e05655f22c0f
2020-03-26 10:50:26 -05:00

9 lines
273 B
YAML

---
upgrade:
- |
Removed the dependency on futurist, which isn't necessary.
Users can still pass futurist executors if they want, as
the API is the same, but if nothing is passed,
``concurrent.futures.ThreadPoolExecutor`` will be used as
the default.