Comment 8 for bug 1575033

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/liberty)

Reviewed: https://review.openstack.org/321757
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6d808cc6a7e36f220e5a80b774abd215b8ac4c54
Submitter: Jenkins
Branch: stable/liberty

commit 6d808cc6a7e36f220e5a80b774abd215b8ac4c54
Author: Jakub Libosvar <email address hidden>
Date: Mon May 2 17:35:49 2016 +0200

    fullstack: Use noop firewall

    Currently fullstack tests don't use hybrid plugging but they use hybrid
    firewall by default. Using iptables is not segregated and OVS agents
    running in parallel may interfere between each other.

    This patch removes using iptables in ovs agents per created port.

    Change-Id: Ic15c942360a4a6ecf0eb5d8ecbbc54e59b10431d
    Closes-Bug: #1575033
    (cherry picked from commit 77456735cbc9066dda8186937cb6ee2073833123)