Merge "Add environment to enable keystone in undercloud"

This commit is contained in:
Zuul 2021-09-19 23:03:45 +00:00 committed by Gerrit Code Review
commit e33a9c9fa3
1 changed files with 12 additions and 0 deletions

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