Merge "ironic: enable noop management interface by default"

This commit is contained in:
Zuul 2018-10-08 16:13:50 +00:00 committed by Gerrit Code Review
commit 7fd52ebcc4
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ parameters:
type must have at least one valid implementation enabled.
type: comma_delimited_list
IronicEnabledManagementInterfaces:
default: ['ipmitool', 'redfish']
default: ['ipmitool', 'noop', 'redfish']
description: Enabled management interface implementations. Each hardware
type must have at least one valid implementation enabled.
type: comma_delimited_list