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

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

commit 583cbcabfb17b2a3e12e0cb5356cdf35d056c54e
Author: Tomaz Muraus <[email protected]>
AuthorDate: Fri Oct 22 13:29:15 2021 +0200

    Add changelog entry for #1557.
---
 CHANGES.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 4f8516a..df16244 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -138,6 +138,19 @@ Compute
   (GITHUB-1597, GITHUB-1598)
   [Daniela Bauer - @marianne013]
 
+- [OpenStack] Add support for using optional external cache for auth tokens
+
+  This cache can be shared by multiple processes which results in much less
+  tokens being allocated when many different instances / processes 
+  are utilizing the same set of credentials.
+
+  This functionality can be used by implementing a custom cache class with 
+  caching logic (e.g. storing cache context on a local filesystem, external
+  system such as Redis or similar) + using ``ex_auth_cache`` driver constructor
+  argument.
+  (GITHUB-1460, GITHUB-1557)
+  [@dpeschman]
+
 DNS
 ~~~
 

Reply via email to