2bbc49212e
This commit tidies up releasenotes. Originally, release note files are in one directory. So, when I see the directory, I feel ""what a mess!". So this commit tries to improve it. Change-Id: I54c14a61ebcda16268cf543079c7739def5ebadb
8 lines
287 B
YAML
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.
|