Comment 6 for bug 1628069

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ironic (master)

Reviewed: https://review.opendev.org/668097
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=66b07398310db1b4c26e1ba9fda247328478ed67
Submitter: Zuul
Branch: master

commit 66b07398310db1b4c26e1ba9fda247328478ed67
Author: Vanou Ishii <email address hidden>
Date: Thu Jun 27 03:46:40 2019 -0400

    Deal with iPXE boot interface incompatibility in Train

    In Train cycle, iPXE boot with [pxe]ipxe_enabled option in
    ironic.conf file will be removed. And ipxe boot interface
    will be the only boot interface to deploy Ironic node with
    iPXE. Till Train, iRMC driver has supported iPXE boot with
    [pxe]ipxe_enabled option.

    This commit copes with this incompatibility and supports
    ipxe boot interface by adding ipxe.iPXEBoot to
    supported_boot_interface.

    Change-Id: Iec2284c2d101aebadd9d1b531c44794e2d4efacf
    Related-Bug: #1628069