7ccea27827
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
8 lines
324 B
Django/Jinja
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
|