openstacksdk/releasenotes/notes/cache-auth-in-keyring-773dd5f682cd1610.yaml
Monty Taylor 9ca72c296b Cache auth token in keyring
keystoneauth has support for caching auth tokens. Plumb it through
so that we use it in openstacksdk if keyring is installed. Make it
an opt-in for now via config option 'cache.auth' which will at the
very least help us test it.

Change-Id: Ia71d128afd628ed264bcc0d8d61c421861df459f
2021-03-04 08:15:51 +01:00

6 lines
166 B
YAML

---
features:
- |
Added support for optionally caching auth information int the local
keyring. Requires the installation of the python ``keyring`` package.