Increase guest agent cmd process timeout

Increase the timeout for out of process commands called
by the guest agent in the devstack plugin.

Change-Id: Ic8fec30a829ca828bd7fdef18e65fa2cb59f73c2
This commit is contained in:
Samuel Matzek 2017-11-16 07:35:36 -06:00
parent 5ddf6b3e80
commit 55ee8eaf31
2 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,7 @@ function configure_trove {
# Use these values only if they're set
iniset_conditional $TROVE_GUESTAGENT_CONF DEFAULT state_change_wait_time $TROVE_STATE_CHANGE_WAIT_TIME
iniset_conditional $TROVE_COMMAND_PROCESS_TIMEOUT DEFAULT command_process_timeout $TROVE_COMMAND_PROCESS_TIMEOUT
# Set up Guest Agent conf
iniset $TROVE_GUESTAGENT_CONF DEFAULT rpc_backend "rabbit"

View File

@ -39,6 +39,7 @@ TROVE_AGENT_CALL_HIGH_TIMEOUT=${TROVE_AGENT_CALL_HIGH_TIMEOUT:-1200}
TROVE_RESIZE_TIME_OUT=${TROVE_RESIZE_TIME_OUT}
TROVE_USAGE_TIMEOUT=${TROVE_USAGE_TIMEOUT}
TROVE_STATE_CHANGE_WAIT_TIME=${TROVE_STATE_CHANGE_WAIT_TIME}
TROVE_COMMAND_PROCESS_TIMEOUT=${TROVE_COMMAND_PROCESS_TIMEOUT:-60}
# Set up the host gateway
if is_service_enabled neutron; then