ironic: enable the ipxe boot interface by default

Ironic is separating the pxe and ipxe implementations into separate boot
interfaces, deprecating the ipxe part of the pxe interface. This change
enables the new ipxe interface instead.

Story: #1628069
Change-Id: Icffcfae290f94f91823d80cc640f4a9bf9eafa5f
This commit is contained in:
Dmitry Tantsur 2019-01-04 16:33:46 +01:00
parent 6a81b393c9
commit 8865d01da5

View File

@ -117,7 +117,7 @@ parameters:
type must have at least one valid implementation enabled.
type: comma_delimited_list
IronicEnabledBootInterfaces:
default: ['pxe']
default: ['ipxe', 'pxe']
description: Enabled boot interface implementations. Each hardware
type must have at least one valid implementation enabled.
type: comma_delimited_list