Comment 4 for bug 1885551

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/848907
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/359e6b066115c43853af8e9ac2399c5e49118480
Submitter: "Zuul (22348)"
Branch: stable/train

commit 359e6b066115c43853af8e9ac2399c5e49118480
Author: Daniel Alvarez <email address hidden>
Date: Mon Jun 29 13:23:20 2020 +0200

    [ovn] Don't add conntrack entries for Geneve

    As Geneve UDP traffic is allowed, there's no reason to create
    conntrack entries as it may result in a performance hit.

    This patch is preventing Geneve traffic to be sent to conntrack.

    Conflicts:
           deployment/ovn/ovn-controller-container-puppet.yaml

    Fixed conflict caused by switch from puppet-firewall to tripleo-ansible
    for firewall rule management.

    Closes-Bug: #1885551
    Change-Id: I1eb6c77ea3cbdfaaa2b2a3fec0e6b8d2a71aae95
    Signed-off-by: Daniel Alvarez <email address hidden>
    (cherry picked from commit a9e95b26bc87c35f8efe54243fee8dcb4089f9b2)