commit | 1ba76adccbf5d18a5dc6266d3808dcd97e0b9c68 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Thu Feb 08 14:15:10 2024 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Feb 08 14:15:10 2024 +0000 |
tree | 5308b7ec53377a6fc18a2b68d5097002a6c32152 | |
parent | 15a6f3e41044bfb990da023a1c0a24c0a072cd5f [diff] | |
parent | 5e98509eaad724bb68d1a457bd690a387c51a114 [diff] |
Merge "Increase timeout for reimage operation"
diff --git a/lib/nova b/lib/nova index b04f94b..17c90df 100644 --- a/lib/nova +++ b/lib/nova
@@ -1054,7 +1054,7 @@ # 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