Comment 11 for bug 1783556

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

Reviewed: https://review.openstack.org/593000
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e60a510d85de9a71b1885bc56d2d432b649a73a6
Submitter: Zuul
Branch: stable/ocata

commit e60a510d85de9a71b1885bc56d2d432b649a73a6
Author: Lucian Petrut <email address hidden>
Date: Wed Jul 25 16:05:04 2018 +0300

    Trivial: avoid KeyError while processing ports

    The Neutron OVS agent logs can get flooded with KeyErrors as the
    '_get_port_info' method skips the added/removed dict items if no
    ports have been added/removed, which are expected to be present,
    even if those are just empty sets.

    This change ensures that those port info dict fields are always set.

    Closes-Bug: #1783556

    Change-Id: I9e5325aa2d8525231353ba451e8ea895be51b1ca
    (cherry picked from commit da5b13df2b2a8171f60311414250671820390738)