castellan/releasenotes/notes/vault-timeout-5eebb432e0943f74.yaml
Takashi Kajinami 2af34f28f8 vault: Add timeout option
The existing logic assumes that requests may raise timeout exception
but timeout exception is never raised unless timeout is explicitly set
in each request method calls. This introduces the timeout option and
use it in request method calls so that timeout is actually set and
handled by the logics.

Also the keystoneauth session options loaded in the vault driver is not
actually used. This change also removes it.

Change-Id: I8c354937c2c39a63f50c150b3e858826b6a78fe0
2024-03-13 11:53:33 +09:00

6 lines
168 B
YAML

---
features:
- |
The new ``[vault] timeout`` option has been added. This determines timeout
in each HTTP request to Vault server. It defaults to 60 seconds.