Comment 15 for bug 1934917

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/819439
Committed: https://opendev.org/openstack/neutron/commit/d49797b1f4fd4b032403debfc6eb04801e78a5be
Submitter: "Zuul (22348)"
Branch: stable/xena

commit d49797b1f4fd4b032403debfc6eb04801e78a5be
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Aug 11 12:55:40 2021 +0000

    [OVS][FW] Initialize ConjIdMap._max_id depending on the current OFs

    The OVS Firewall has a singleton class that manages the conjuction IDs
    to used in the OF rules. Those conjuntions are used to group rules
    related to remote security group IDs.

    Now each time the OVS agent is started, the OVS Firewall initial
    conjunction ID is calculated based on the present OF rules. This value
    and the next one used won't clash with any present rule in the
    integration bridge during the initial transient period.

    Related-Bug: #1934917

    Change-Id: Ie2e4441f766947a2164dec2d1555c7049428903f
    (cherry picked from commit 0634dcc6d0f08c18c69a2c360a2c5c0581ec7bb6)