Matthew Treinish | 7451440 | 2016-09-01 11:44:57 -0400 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 3 | - Adds a new config options, ``proxy_url``. This options is used to configure |
| 4 | running tempest through a proxy server. |
| 5 | - The RestClient class in tempest.lib.rest_client has a new kwarg parameters, |
| 6 | ``proxy_url``, that is used to set a proxy server. |
| 7 | - A new class was added to tempest.lib.http, ClosingProxyHttp. This behaves |
| 8 | identically to ClosingHttp except that it requires a proxy url and will |
| 9 | establish a connection through a proxy |