438e53ad4e
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
7 lines
256 B
YAML
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.
|