Comment 10 for bug 1931161

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/799133
Committed: https://opendev.org/openstack/python-tripleoclient/commit/79637b03e3945a56c2f45b8cfecfb5c370354602
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 79637b03e3945a56c2f45b8cfecfb5c370354602
Author: Steve Baker <email address hidden>
Date: Tue Jun 8 09:10:17 2021 +1200

    Use explicit order for ironic enabled interfaces

    Ironic uses the order of enabled interfaces to attempt each interface
    in turn, so sorting the list will result in an incorrect order in some
    cases, which will cause deployment failures on some hardware.

    This change sets an explicit order for each interface.

    Change-Id: If2740767521453c7adfca56d942db97af13bfaf2
    Closes-Bug: #1931161
    (cherry picked from commit 05500120e07311389d6227d5e513fda422844321)