Comment 5 for bug 1694769

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-vif (stable/ocata)

Reviewed: https://review.openstack.org/469616
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=a267c1d2a9be36d00290b319357e72c9720f823a
Submitter: Jenkins
Branch: stable/ocata

commit a267c1d2a9be36d00290b319357e72c9720f823a
Author: Kevin Benton <email address hidden>
Date: Sun Feb 26 07:56:45 2017 -0800

    Don't install iptables rules if neutron is filtering

    Don't setup iptables rules in the Linux Bridge driver
    if Neutron is providing security groups filtering.
    When neutron is providing filtering, it handles everything
    ranging from security-group enforcement to anti-spoofing
    rules so Nova/os-vif shouldn't need to do anything on plug.

    Closes-Bug: #1694769

    Change-Id: I19d62a8ac730aba2586b9f8eb08e153746ec2bcb
    (cherry picked from commit 10e6b6bd1b2b71bf18341719428d68a3f30cb2e9)