tempest/releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml
Andrea Frittoli cb94b5e506 Add proxy_url to get_credentials in auth
When proxy_url was added, it was added to the AuthProvider
but not to the get_credentials helper, so fixing that.

Change-Id: I2bcb8446295178cc7a24437478a6a1d293e5a197
2017-10-23 16:53:34 +02:00

7 lines
189 B
YAML

---
features:
- |
Add the proxy_url optional parameter to the get_credentials method in
tempest/lib/auth.py so that that helper can be used when going through
and HTTP proxy.