Comment 12 for bug 1808171

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

Reviewed: https://review.openstack.org/631584
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f8e0a497ad6a36fa0d9510cda9e7344c2ed73763
Submitter: Zuul
Branch: master

commit f8e0a497ad6a36fa0d9510cda9e7344c2ed73763
Author: Slawek Kaplonski <email address hidden>
Date: Thu Jan 17 18:18:49 2019 +0100

    Skip ovsdb_monitor events for ports with ofport=-1

    There is no need to trigger neutron-openvswitch-agent to
    start processing ports in case if invalid port (with
    ofport=-1) will be added to bridge.
    Such port will be processed later when ofport will be
    changed.

    Change-Id: I3465daf4809d5d56565f59b177b5f8870352cc9d
    Related-Bug: #1808171
    Related-Bug: #1811405