Comment 8 for bug 1923203

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/791581
Committed: https://opendev.org/openstack/kolla-ansible/commit/f20b54c7bc725aefd0b1977da5e3576b374d60b5
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit f20b54c7bc725aefd0b1977da5e3576b374d60b5
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)