Comment 6 for bug 1400787

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.1)

Reviewed: https://review.openstack.org/140410
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=b9c875a4f0bb2678efbbe8171fc117e0aab99a4a
Submitter: Jenkins
Branch: stable/5.1

commit b9c875a4f0bb2678efbbe8171fc117e0aab99a4a
Author: Aleksandr Didenko <email address hidden>
Date: Tue Dec 9 18:40:32 2014 +0200

    Fix sysctl settings for neutron on CentOS

    We should make sure the following settings are configured
    /etc/sysctl.conf file on compute nodes in case we use neutron:

    net.bridge.bridge-nf-call-arptables = 1
    net.bridge.bridge-nf-call-iptables = 1
    net.bridge.bridge-nf-call-ip6tables = 1

    Otherwise security groups functionality may be broken after
    executing 'sysctl -p' on compute nodes.

    DocImpact
    Closes-bug: #1400787
    Change-Id: I8582c24706c3a7253e00569eef275f116d765bca