Merge "Increase timeout for reimage operation"

This commit is contained in:
Zuul 2024-02-08 14:15:10 +00:00 committed by Gerrit Code Review
commit 1ba76adccb

View File

@ -1054,7 +1054,7 @@ function start_nova_compute {
# Set rebuild timeout longer for BFV instances because we likely have # Set rebuild timeout longer for BFV instances because we likely have
# slower disk than expected. Default is 20s/GB # slower disk than expected. Default is 20s/GB
iniset $NOVA_CPU_CONF DEFAULT reimage_timeout_per_gb 60 iniset $NOVA_CPU_CONF DEFAULT reimage_timeout_per_gb 180
# Configure the OVSDB connection for os-vif # Configure the OVSDB connection for os-vif
if [ -n "$OVSDB_SERVER_LOCAL_HOST" ]; then if [ -n "$OVSDB_SERVER_LOCAL_HOST" ]; then