python-tripleoclient/releasenotes/notes/undercloud-auth-token-expiration-configuration-6159d733f09e1b6e.yaml
Alex Schultz 438e53ad4e Add auth_token_lifetime to undercloud.conf
The undercloud currently defines the auth token life time in the
undercloud.yaml environment in tripleo-heat-templates. At certain scale,
it makes sense to increase this so we should make it a top level
configuration item.

Change-Id: Ibf917826a2d6b2662215c58c9dd8ec8007e57881
2021-01-29 13:56:46 -07:00

7 lines
256 B
YAML

---
features:
- |
Adds `auth_token_lifetime` to undercloud.conf with a default of 14400. This
configuration option exposes the keystone token expirataion as a top level
configuration since it may need to be increased to handle larger clouds.