tripleo-heat-templates/environments/undercloud-enable-keystone....

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