Comment 10 for bug 1815912

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

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

commit f8abb69244514caa74bc5929ab87b995c8f67704
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)