tempest/releasenotes/notes/12.2.0-add-httptimeout-in-r...

8 lines
287 B
YAML

---
features:
- RestClient now supports setting timeout in urllib3.poolmanager.
Clients will use CONF.service_clients.http_timeout for timeout
value to wait for http request to response.
- KeystoneAuthProvider will accept http_timeout and will use it in
get_credentials.