kolla-ansible/releasenotes/notes/bug-1923203-f9ff247befc4bd75.yaml
Michał Nasiadka bc96179195 baremetal: Don't start Docker after install on Debian/Ubuntu
docker-ce on Debian/Ubuntu gets started just after installation, before
baremetal role configures daemon.json - which results in iptables rules
being implemented - but not removed on docker engine restart.

Closes-Bug: #1923203

Change-Id: Ib1faa092e0b8f0668d1752490a34d0c2165d58d2
2021-05-14 09:00:01 +02:00

7 lines
231 B
YAML

---
fixes:
- |
Fixed an issue when Docker was configured after startup on Debian/Ubuntu,
which resulted in iptables rules being created - before they were disabled.
`LP#1923203 <https://launchpad.net/bugs/1923203>`__