Comment 17 for bug 1869808

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

Reviewed: https://review.opendev.org/738505
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6dfc35680fcc885d9ad449ca2b39225fb1bca898
Submitter: Zuul
Branch: stable/stein

commit 6dfc35680fcc885d9ad449ca2b39225fb1bca898
Author: shenjiatong <email address hidden>
Date: Thu Jun 18 15:33:13 2020 +0800

    Do not block connection between br-int and br-phys on startup

    Block traffic between br-int and br-physical is over kill
    and will at least

    1. interrupt vlan flow during startup, and is particularly
    so if dvr enabled
    2. if let's rabbitmq is not stable, it is possible data plane
    will be affected and vlan will never work.

    Using openstack on k8s particularly amplifies the problem
    because pod could be killed pretty easily by liveness
    probes.

    Change-Id: I51050c600ba7090fea71213687d94340bac0674a
    Closes-Bug: #1869808
    (cherry picked from commit 90212b12cdf62e92d811997ebba699cab431d696)