Comment 7 for bug 1615715

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

Reviewed: https://review.openstack.org/474167
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=91789c4dfd749cb25188ea3c4c6208a18b599778
Submitter: Jenkins
Branch: master

commit 91789c4dfd749cb25188ea3c4c6208a18b599778
Author: Vladislav Belogrudov <email address hidden>
Date: Wed Jun 14 14:37:37 2017 +0300

    Add /lib/modules to neutron_openvswitch_agent

    On many systems IPv6 related modules are not loaded by default.
    Usually when one runs ip6tables-* commands required modules are
    probed. In neutron_openvswitch_agent container /lib/modules
    does not exist. The commands fail to process ip6 firewall
    rules as consequence.

    Change-Id: Ic4e72eb4f5304f013b7a09ddd31794cfafa67e0b
    Closes-Bug: #1615715