| ... | ... |
@@ -370,6 +370,7 @@ function configure_ironic_conductor {
|
| 370 | 370 |
iniset $IRONIC_CONF_FILE glance swift_container glance |
| 371 | 371 |
iniset $IRONIC_CONF_FILE glance swift_temp_url_duration 3600 |
| 372 | 372 |
iniset $IRONIC_CONF_FILE agent heartbeat_timeout 30 |
| 373 |
+ iniset $IRONIC_CONF_FILE agent agent_erase_devices_priority 0 |
|
| 373 | 374 |
fi |
| 374 | 375 |
|
| 375 | 376 |
if [[ "$IRONIC_IPXE_ENABLED" == "True" ]] ; then |
| ... | ... |
@@ -469,6 +469,7 @@ function configure_tempest {
|
| 469 | 469 |
# Baremetal |
| 470 | 470 |
if [ "$VIRT_DRIVER" = "ironic" ] ; then |
| 471 | 471 |
iniset $TEMPEST_CONFIG baremetal driver_enabled True |
| 472 |
+ iniset $TEMPEST_CONFIG baremetal unprovision_timeout 300 |
|
| 472 | 473 |
iniset $TEMPEST_CONFIG compute-feature-enabled change_password False |
| 473 | 474 |
iniset $TEMPEST_CONFIG compute-feature-enabled console_output False |
| 474 | 475 |
iniset $TEMPEST_CONFIG compute-feature-enabled interface_attach False |