You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/07/26 15:16:29 UTC

[libcloud] branch trunk updated (52195a6 -> 6f8f9b6)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 52195a6  Revert my previous change since IP address operations require API version >= 2018.
     new 5186883  Requests "proxies" setting should be dictionary mapping the connection scheme (not the proxy scheme) to a proxy URL.
     new c20cf01  Pass the proxy_url setting down into the OpenStackIdentityConnection during login.
     new 20865c4  Fix proxy_url argument name in proxy documentation.
     new 62c52c0  Add note on some drivers not supporting "proxy_url" constructor argument.
     new 300dbda  Update CHANGES.rst
     new 6f8f9b6  Merge pull request #1324 from gvengel/fix_proxy_url

The 6670 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                      |  5 ++++-
 docs/examples/http_proxy/constructor_argument.py |  4 ++--
 docs/other/using-http-proxy.rst                  | 16 ++++++++++++++--
 libcloud/common/openstack.py                     |  1 +
 libcloud/common/openstack_identity.py            |  5 +++--
 libcloud/http.py                                 |  3 ++-
 libcloud/test/test_connection.py                 | 15 ++++++++++-----
 7 files changed, 36 insertions(+), 13 deletions(-)