kolla-ansible/releasenotes/notes/bug-1928915-482b2d53bb2a4d92.yaml
Michał Nasiadka b053bd8ecf baremetal: Install Docker SDK less than 5.0.0
Docker 5.0.0 [1] dropped requirement for six, but still imports it.

[1]: https://github.com/docker/docker-py/issues/2807

Closes-Bug: #1928915
Change-Id: I726541f4b3fdc357387a44c6a2153593a10bf282
2021-05-19 07:33:35 +00:00

7 lines
218 B
YAML

---
fixes:
- |
Fixed an issue where docker python SDK 5.0.0 was failing due to missing
six - introduced a constraint to install version lower than 5.x.
`LP#1928915 <https://launchpad.net/bugs/1928915>`__