Comment 4 for bug 1557580

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

Reviewed: https://review.openstack.org/292994
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=2ad1ef0e8dcfc5f68178ddf99dbed6285cff8850
Submitter: Jenkins
Branch: master

commit 2ad1ef0e8dcfc5f68178ddf99dbed6285cff8850
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, fisrt time - to the right NIC, second - to the first NIC always.
    The issue arrived when node was in non-default node group and was booted
    not from the first NIC.
    It is fixed now.

    Closes-Bug: #1557580
    Change-Id: I64a9ecdad1e68e4f0819940f0266699c394e9caf