Comment 3 for bug 1728088

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

Reviewed: https://review.openstack.org/516234
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=0dc42f3002f18c2572fc6949ac0b58b262128e15
Submitter: Zuul
Branch: master

commit 0dc42f3002f18c2572fc6949ac0b58b262128e15
Author: Daniel Alvarez <email address hidden>
Date: Mon Oct 30 11:07:52 2017 +0100

    Log a warning when trying to wait for metadata on a non existent port

    As noticed in bug #1728088, we're receiving an 'up' event from a port
    that does not exist. Even though we may want to prevent this from
    happening, the current result is that we're throwing a confusing
    exception because the chassis and datapath for this logical port can't
    be retrieved.

    This patch detects the above condition and logs a warning instead.

    Related-Bug: #1728088

    Change-Id: If15f457db6a99ba232e23349048fcbe2b1a4f36d
    Signed-off-by: Daniel Alvarez <email address hidden>