blob: a360f8ed5582ed6dd0c70ff9f8efd9671213e8bd [file] [log] [blame]
zhufl071e94c2016-07-12 10:26:34 +08001---
2features:
3 - RestClient now supports setting timeout in urllib3.poolmanager.
4 Clients will use CONF.service_clients.http_timeout for timeout
5 value to wait for http request to response.
6 - KeystoneAuthProvider will accept http_timeout and will use it in
7 get_credentials.