]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove ignored do_request timeout argument
authorAngus Lees <gus@inodes.org>
Fri, 1 Aug 2014 09:45:41 +0000 (19:45 +1000)
committerAngus Lees <gus@inodes.org>
Sat, 2 Aug 2014 11:40:41 +0000 (21:40 +1000)
commitdb053e705b9f125b5acc772922fabdf79314bce7
tree83b9d2ba1d99be804f50a3a3eb267086afbb62e2
parentf32c0ebe68f0ad27ac7a9717ef3f6e3406f953a1
Remove ignored do_request timeout argument

The timeout to the underlying request was always self._request_timeout,
regardless of the value of the do_request(timeout) arg provided.  Both
callers always pass timeout=self._request_timeout anyway, so just remove
this unused/misleading argument.

Change-Id: I911ee986caef8fcf9b97ef622a03856d4351bee0
neutron/plugins/oneconvergence/lib/plugin_helper.py
neutron/tests/unit/oneconvergence/test_plugin_helper.py