kolla-ansible/tests/templates/global.conf.j2
Radosław Piliszek 7ccea27827 [CI] Raise [keystone_authtoken]http_request_max_retries
This is in the hope to avoid random "Unable to validate token" in
AIO upgrade jobs which restart the Keystone container while
other services are trying to use it (most notably Placement but
also Nova and Neutron).

Change-Id: Ie6a95c3ca84df82ca8463cf76054e125cb1ffff1
2022-05-10 17:16:30 +00:00

8 lines
324 B
Django/Jinja

[keystone_authtoken]
# NOTE(yoctozepto): This is to avoid CRITICAL messages in logs
# when services try to contact Keystone when it is down due
# to upgrade running, seen especially in AIO jobs, where there
# is no backup to respond, most often with Placement, but also
# with Neutron and Nova.
http_request_max_retries = 9