9ca72c296b
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
6 lines
166 B
YAML
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.
|