zhufl | 071e94c | 2016-07-12 10:26:34 +0800 | [diff] [blame] | 1 | --- |
2 | features: | ||||
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. |