Replace deprecated baremetal timeouts with new deploy_timeout
See review 258670 for more information. The preceeding patch consolidates Ironic timeouts into one blanket timeout. This patch sets the new timeout via the BUILD_TIMEOUT variable and removes the deprecated timeouts. Change-Id: I320461b2b40aa2b68afc38a901a5933e39aac1b6 Related-Bug: #1526863
This commit is contained in:
parent
63b7d7bcae
commit
00b5f4af92
@ -533,8 +533,7 @@ function configure_tempest {
|
|||||||
# Baremetal
|
# Baremetal
|
||||||
if [ "$VIRT_DRIVER" = "ironic" ] ; then
|
if [ "$VIRT_DRIVER" = "ironic" ] ; then
|
||||||
iniset $TEMPEST_CONFIG baremetal driver_enabled True
|
iniset $TEMPEST_CONFIG baremetal driver_enabled True
|
||||||
iniset $TEMPEST_CONFIG baremetal unprovision_timeout $BUILD_TIMEOUT
|
iniset $TEMPEST_CONFIG baremetal deploy_timeout $BUILD_TIMEOUT
|
||||||
iniset $TEMPEST_CONFIG baremetal active_timeout $BUILD_TIMEOUT
|
|
||||||
iniset $TEMPEST_CONFIG baremetal deploy_img_dir $FILES
|
iniset $TEMPEST_CONFIG baremetal deploy_img_dir $FILES
|
||||||
iniset $TEMPEST_CONFIG baremetal node_uuid $IRONIC_NODE_UUID
|
iniset $TEMPEST_CONFIG baremetal node_uuid $IRONIC_NODE_UUID
|
||||||
iniset $TEMPEST_CONFIG compute-feature-enabled change_password False
|
iniset $TEMPEST_CONFIG compute-feature-enabled change_password False
|
||||||
|
Loading…
Reference in New Issue
Block a user