File: 12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml

package info (click to toggle)
tempest 1%3A19.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: python: 69,123; sh: 196; makefile: 80
file content (7 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
---
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.