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
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ function start_nova_compute {
# Set rebuild timeout longer for BFV instances because we likely have
# 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
if [ -n "$OVSDB_SERVER_LOCAL_HOST" ]; then