Change rpc_response_max_timeout default to 60 seconds

In stx.1.0, stx-neutron hard-coded the rpc_response_max_timeout value
to 60 seconds. With the migration to containers and upstream neutron,
the default is now set to 600 seconds. To align with the previous
starlingx behavior, the rpc_response_max_timeout set to 60 seconds
by the system through a neutron helm override.

Change-Id: Ibf0f591ac9cb05dac09add37b3c31f6f5b66446d
Closes-Bug: #1836413
Signed-off-by: marvin <weifei.yu@intel.com>
This commit is contained in:
marvin 2019-07-16 11:19:25 +08:00 committed by marvin Yu
parent 320af02b02
commit 4af3091c15
1 changed files with 1 additions and 0 deletions

View File

@ -1249,6 +1249,7 @@ data:
max_overflow: 64
max_pool_size: 1
idle_timeout: 60
rpc_response_max_timeout: 60
router_status_managed: true
vlan_transparent: true
wsgi_default_pool_size: 100