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
This commit is contained in:
ramishra 2021-07-03 09:04:34 +05:30 committed by rabi
parent c293dfc7b1
commit e1a605833e

View File

@ -0,0 +1,12 @@
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