Comment 10 for bug 1682835

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

Reviewed: https://review.openstack.org/458851
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=e6907520ae67ad35105ecbf609161c4bf0901f10
Submitter: Jenkins
Branch: stable/mitaka

commit e6907520ae67ad35105ecbf609161c4bf0901f10
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