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:
parent
c293dfc7b1
commit
e1a605833e
12
environments/undercloud-enable-keystone.yaml
Normal file
12
environments/undercloud-enable-keystone.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user