Comment 8 for bug 1815912

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

Reviewed: https://review.openstack.org/649060
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dfd1af8e6822533c135fc87fa00ed80d0903a386
Submitter: Zuul
Branch: stable/queens

commit dfd1af8e6822533c135fc87fa00ed80d0903a386
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Feb 14 14:04:05 2019 +0000

    [OVS] Exception message when retrieving bridge-id and is not present

    In the OVS agent, when setting up the ancillary bridges, the parameter
    external_id:bridge-id is retrieved. If this parameter is not defined
    (e.g.: manually created bridges), ovsdbapp writes an error in the logs.
    This information is irrelevant and can cause confusion during debugging time.

    Change-Id: Ic85db65f651eb67fcb56b937ebe5850ec1e8f29f
    Closes-Bug: #1815912
    (cherry picked from commit 769e9712936187b48984d7ab73bd7e6611ef4b60)