tripleo-heat-templates/environments/undercloud-enable-keystone.yaml
ramishra e1a605833e Add environment to enable keystone in undercloud
As we're disabling keystone by default, this would be needed
if there is a need to enable it.

Change-Id: I9bc8116c85f710ecc83eb8254b45fa2d48f59424
2021-09-17 10:43:40 +05:30

13 lines
493 B
YAML

parameter_defaults:
IronicAuthStrategy: keystone
NeutronAuthStrategy: keystone
KeystoneCorsAllowedOrigin: '*'
KeystoneEnableMember: true
# Increase the Token expiration time until we fix the actual session bug:
# https://bugs.launchpad.net/tripleo/+bug/1761050
TokenExpiration: 14400
resource_registry:
OS::TripleO::Services::Keystone: deployment/keystone/keystone-container-puppet.yaml
OS::TripleO::Services::Memcached: deployment/memcached/memcached-container-puppet.yaml