Skip to content

Commit 2069886

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Pass timeout parameter to requests lib call"
2 parents 6d5640c + d7c5104 commit 2069886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neutronclient/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def request(self, url, method, **kwargs):
144144
method,
145145
url,
146146
verify=self.verify_cert,
147+
timeout=self.timeout,
147148
**kwargs)
148149

149150
return resp, resp.text

0 commit comments

Comments
 (0)