Comment 8 for bug 1682835

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/458881
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=d096bfe121cba47ae27f5f803d3d65b239910c1e
Submitter: Jenkins
Branch: master

commit d096bfe121cba47ae27f5f803d3d65b239910c1e
Author: Sergey Vasilenko <email address hidden>
Date: Fri Apr 21 16:27:34 2017 +0300

    Fix OVS-related issues with underlay networking

    * more intelligent calculation of default port provider
    * additional check of patchcord existing in the bridge

    OVS provider should be used for fake (OVS) ports, inserted
    into OVS bridge. OVS provider should be used for inserting
    native linux interface into OVS bridge.

    But if we try to add native linux subinterface into
    OVS bridge we should use lnx provider for creating
    such port correctly.

    Change-Id: Ib76b3340eca1ea22095da1cfffe7c224a139fb71
    Closes-bug: #1682835