Comment 10 for bug 1557580

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

Reviewed: https://review.openstack.org/296511
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=fa493c391b0e4e7922c5b3af5ec2607b81d4dd1c
Submitter: Jenkins
Branch: stable/7.0

commit fa493c391b0e4e7922c5b3af5ec2607b81d4dd1c
Author: Aleksey Kasatkin <email address hidden>
Date: Tue Mar 15 17:39:11 2016 +0200

    Do not include Admin network twice

    Admin network was included into networks list twice in case of using
    multiple node groups. Because of that the allocation algorithm had
    an assumption that Admin network was not allocated to NIC and allocated
    it twice, first time - to the right NIC, second - to the first NIC always.
    The issue arrived when node was in non-default node group and was PXE
    booted not from the first NIC.
    It is fixed now.

    Conflicts:
     nailgun/nailgun/network/manager.py

    Closes-Bug: #1557580
    Change-Id: I64a9ecdad1e68e4f0819940f0266699c394e9caf