Comment 4 for bug 1923203

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/791115
Committed: https://opendev.org/openstack/kolla-ansible/commit/3a661b7ad16778f22eb2b82890b1bcb97c546696
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 3a661b7ad16778f22eb2b82890b1bcb97c546696
Author: Michał Nasiadka <email address hidden>
Date: Fri Apr 23 12:41:43 2021 +0200

    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
    (cherry picked from commit bc96179195de171a693b83405a472dddda596bff)