Fix Increase guest agent cmd process timeout

A previous commit attempted to set the guest agent command
process timeout value high but had a copy-paste error in
the line that actually sets the environment variable value
into the guest conf file.

This fixes the copy-paste issue.

Change-Id: Ib8aa566fb34eb52e2541d0ccb595234373e01bc2
This commit is contained in:
Samuel Matzek 2017-12-11 09:38:34 -06:00
parent ccb6752f69
commit 6049776081
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +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
iniset_conditional $TROVE_GUESTAGENT_CONF DEFAULT command_process_timeout $TROVE_COMMAND_PROCESS_TIMEOUT
# Set up Guest Agent conf
iniset $TROVE_GUESTAGENT_CONF DEFAULT rpc_backend "rabbit"