Bump NOVA_READY_TIMEOUT to 120s

This changes bumps NOVA_READY_TIMEOUT to 120s by default in Pike
and older because the UCA shipped libvirt (2.5.0) is very slow
to start up (taking almost a minute at times)

Change-Id: Ia5fd8654e062533a55de2e78d84128027c73c094
This commit is contained in:
Mohammed Naser 2018-02-23 16:56:40 -05:00
parent a3b62a26ae
commit 2895563c82
1 changed files with 3 additions and 1 deletions

View File

@ -779,7 +779,9 @@ fi
SERVICE_TIMEOUT=${SERVICE_TIMEOUT:-60}
# Timeout for compute node registration in Nova
NOVA_READY_TIMEOUT=${NOVA_READY_TIMEOUT:-$SERVICE_TIMEOUT}
# NOTE(mnaser): This timeout is bumped to double SERVICE_TIMEOUT in Pike and
# before because of slow libvirt 2.5.0 boot-up.
NOVA_READY_TIMEOUT=${NOVA_READY_TIMEOUT:-120}
# Service graceful shutdown timeout
SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT=${SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT:-5}