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:
parent
ccb6752f69
commit
6049776081
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user