8ef5fc9024
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