Comment 3 for bug 1581517

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

Reviewed: https://review.openstack.org/319867
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=5fa721206baf3fad3fec424b0cdbe5013238c195
Submitter: Jenkins
Branch: master

commit 5fa721206baf3fad3fec424b0cdbe5013238c195
Author: Vladimir Kuklin <email address hidden>
Date: Mon May 23 14:42:56 2016 +0300

    Fix post-deployment pxe interface detection

    W/o this fix node do not respond with proper PUT for pxe interface
    as the pxe interface gets plugged into br-fw-admin bridge and
    it is not reported as pxe-related one.

    We should check if the interface is a part of bond and/or bridge
    configuration and respond correctly.

    Change-Id: Ifc1c396b0945fc5a42165b969b6924dcff5975b2
    Closes-bug: #1581517