From 9d5461506e95d6a7d736f56f2c4dc487acfdceed Mon Sep 17 00:00:00 2001 From: ankit Date: Thu, 2 May 2019 06:37:21 +0000 Subject: [PATCH] Adding enabled_boot_interface attribute in tempest config This patch will adds enabled_boot_interfaces in tempest config file. Change-Id: Ib4f767818532c100826fb3562d02e7c100902411 Story: 2005549 Task: 30697 --- devstack/lib/ironic | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 7e1fa4c89b..2777fa53e1 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -2653,6 +2653,7 @@ function ironic_configure_tempest { iniset $TEMPEST_CONFIG baremetal enabled_hardware_types $IRONIC_ENABLED_HARDWARE_TYPES iniset $TEMPEST_CONFIG baremetal enabled_bios_interfaces $IRONIC_ENABLED_BIOS_INTERFACES iniset $TEMPEST_CONFIG baremetal enabled_deploy_interfaces $IRONIC_ENABLED_DEPLOY_INTERFACES + iniset $TEMPEST_CONFIG baremetal enabled_boot_interfaces $IRONIC_ENABLED_BOOT_INTERFACES iniset $TEMPEST_CONFIG baremetal enabled_rescue_interfaces $IRONIC_ENABLED_RESCUE_INTERFACES iniset $TEMPEST_CONFIG baremetal default_rescue_interface $IRONIC_DEFAULT_RESCUE_INTERFACE # Driver for API tests