Merge "ironic: enable the ipxe boot interface by default"

This commit is contained in:
Zuul 2019-01-07 18:39:47 +00:00 committed by Gerrit Code Review
commit b56d6c70a3
1 changed files with 1 additions and 1 deletions

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