kolla/releasenotes/notes/docker-6-6d77b5ff7ec1daef.yaml
Mark Goddard b3e7221085 mariadb: Fix RPM repository URLs
The MariaDB project changed the location of the repositories, and the
old URLs no longer work.

Fix added for stable branches: Wrap version detection for docker module
since it can fail for docker >= 6.0.

Change-Id: Ia094cd1e29232c47d1fb26e00de569677bc5b8a1
(cherry picked from commit 94fad9f26bc056e9f049ff63fde5ef163eae43dc)
2022-08-30 18:05:58 +02:00

6 lines
125 B
YAML

---
fixes:
- |
Fixes problems when running with docker-py >=6.
`LP#1988121 <https://launchpad.net/bugs/1988121>`__