e1a605833e
As we're disabling keystone by default, this would be needed if there is a need to enable it. Change-Id: I9bc8116c85f710ecc83eb8254b45fa2d48f59424
13 lines
493 B
YAML
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
|