Comment 29 for bug 1750194

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

Reviewed: https://review.openstack.org/549854
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=20cdbd3c6b18bb83e801d4cd7b1d23e38168e055
Submitter: Zuul
Branch: master

commit 20cdbd3c6b18bb83e801d4cd7b1d23e38168e055
Author: Alex Schultz <email address hidden>
Date: Mon Mar 5 12:23:05 2018 -0700

    Ensure ip_forward set before Docker

    Docker will attempt to configure iptables rules if it finds that
    ip_forward is not enabled prior to the docker daemon getting started.
    We should ensure that this gets configured prior to Docker being
    configured if we are configuring it with puppet.

    Change-Id: I6ea6fb8ed300d284c961e7474ff84d104f326255
    Needed-By: I557e4a41c4e5be3a2f50e5d5ddc86e17c1eb44e1
    Related-Bug: #1750194