Comment 2 for bug 1708279

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (master)

Reviewed: https://review.openstack.org/490201
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=7d13151a4465a951bbf50e14babe4ff720b3f2a7
Submitter: Jenkins
Branch: master

commit 7d13151a4465a951bbf50e14babe4ff720b3f2a7
Author: Dan Prince <email address hidden>
Date: Wed Aug 2 16:51:47 2017 -0400

    Configure dockerd with --iptables=false

    This change defaults --iptables=false for dockerd to avoid
    having Docker create its own FORWARD iptables rules. These
    rules can interact with normal OS networking rules and disable
    communications between hosts on reboot.

    Change-Id: I875fa14f7d810c7f0aba3b3a1b04b60a19470f0f
    Closes-bug: #1708279