ghanshyam 8ef5fc9024 Start accepting **kwargs in service clients
rest_client started taking new param 'http_timeout' for
timeout value but zaqar service clients pass defined set of
kwrags instead of allow all **kwargs.

Below patch added 'http_timeout' in 'default_params' returned from
tempest->config.py and zaqar service clients broke as they do not accept
any new kwargs.
- Ic035fdb93734c926b26b33feb610e0977e48c646

This patch makes zaqar service clients to accept and pass **kwargs
to rest_client.

This fix the current gate failure.

Change-Id: I37a0106a08bcf7b30437323fbe4a427d852831ef
2016-08-02 08:35:47 +00:00
..
2016-07-07 08:58:42 +02:00
2016-05-07 06:09:03 +00:00
2016-07-07 08:58:42 +02:00
2014-08-04 10:36:50 +02:00