Increase Amp Active timeout for tests
We have seen gate tests recently fail on the amp going active in nova. This doubles the timeout. Change-Id: Ibd805890645d8c3ba1afeab47104a393a9ab1da2
This commit is contained in:
parent
14d5186079
commit
bc1f010b2f
@ -132,6 +132,9 @@ octavia_service_in_ldap: false
|
|||||||
octavia_rpc_thread_pool_size: 64
|
octavia_rpc_thread_pool_size: 64
|
||||||
octavia_rpc_conn_pool_size: 30
|
octavia_rpc_conn_pool_size: 30
|
||||||
|
|
||||||
|
## Timeouts
|
||||||
|
octavia_amp_active_retries: 10
|
||||||
|
|
||||||
## Plugin dirs
|
## Plugin dirs
|
||||||
octavia_plugin_dirs:
|
octavia_plugin_dirs:
|
||||||
- /usr/lib/octavia
|
- /usr/lib/octavia
|
||||||
|
@ -174,7 +174,7 @@ server_ca = /etc/octavia/certs/server_ca.pem
|
|||||||
# rest_request_read_timeout = 60
|
# rest_request_read_timeout = 60
|
||||||
|
|
||||||
[controller_worker]
|
[controller_worker]
|
||||||
# amp_active_retries = 10
|
amp_active_retries = {{ octavia_amp_active_retries }}
|
||||||
# amp_active_wait_sec = 10
|
# amp_active_wait_sec = 10
|
||||||
# Glance parameters to extract image ID to use for amphora. Only one of
|
# Glance parameters to extract image ID to use for amphora. Only one of
|
||||||
# parameters is needed. Using tags is the recommended way to refer to images.
|
# parameters is needed. Using tags is the recommended way to refer to images.
|
||||||
|
@ -16,6 +16,8 @@ octavia_v2: True
|
|||||||
octavia_v1: False
|
octavia_v1: False
|
||||||
octavia_legacy_policy: True
|
octavia_legacy_policy: True
|
||||||
|
|
||||||
|
octavia_amp_active_retries: 20
|
||||||
|
|
||||||
# Infra hosts don't have enough disk for the 20 GB
|
# Infra hosts don't have enough disk for the 20 GB
|
||||||
# introduced by Change # I94f5af2055d1b6b41a9a170ca9b4daf57363c972
|
# introduced by Change # I94f5af2055d1b6b41a9a170ca9b4daf57363c972
|
||||||
octavia_amp_disk: 3
|
octavia_amp_disk: 3
|
||||||
|
Loading…
Reference in New Issue
Block a user