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 361e22e Merge pull request #1622 from Kami/deps_update
new 2f9d9d2 fix typos
new 6d44bb3 add ex_auth_cache parameter to OpenStack drivers for caching
of authentication tokens and reuse across processes
new 532aa1f OpenStack authentication token cache example
new 46454a3 add upgrade note for exception message change in
libcloud/common/openstack_identity.py:691
new 583cbca Add changelog entry for #1557.
The 5 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 | 13 +
docs/compute/drivers/openstack.rst | 22 +-
docs/examples/compute/openstack/auth_cache.py | 18 +
docs/upgrade_notes.rst | 10 +
libcloud/common/base.py | 2 +-
libcloud/common/openstack.py | 39 ++-
libcloud/common/openstack_identity.py | 387 +++++++++++++++------
libcloud/test/common/test_openstack_identity.py | 138 +++++++-
.../fixtures/openstack/_v3__auth_unauthorized.json | 1 +
libcloud/test/compute/test_cloudwatt.py | 11 +
libcloud/test/compute/test_openstack.py | 91 ++++-
libcloud/test/compute/test_rackspace.py | 2 +-
12 files changed, 606 insertions(+), 128 deletions(-)
create mode 100644 docs/examples/compute/openstack/auth_cache.py
create mode 100644
libcloud/test/compute/fixtures/openstack/_v3__auth_unauthorized.json