Comment 9 for bug 1815912

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

Reviewed: https://review.openstack.org/649061
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6191355da6db825829823cbd5df8e0e778c17c70
Submitter: Zuul
Branch: stable/pike

commit 6191355da6db825829823cbd5df8e0e778c17c70
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)