# rocky ############################################################################### # [ WARNING ] # Configuration file maintained by Juju. Local changes may be overwritten. ############################################################################### [DEFAULT] use_syslog = False log_config_append = /etc/keystone/logging.conf debug = True public_endpoint = http://252.55.118.165:5050 admin_endpoint = http://252.55.118.165:35357 [database] connection = mysql+pymysql://keystone:s7nkc8LPBc6hZ5pr74KZhq23w9S3qMMR@127.0.0.1/keystone connection_recycle_time = 200 [identity] driver = sql domain_specific_drivers_enabled = True domain_config_dir = /etc/keystone/domains [credential] driver = sql auth_ttl = 15 [trust] driver = sql [catalog] cache_time = 60 driver = sql [endpoint_filter] [token] expiration = 3600 [fernet_tokens] max_active_keys = 3 [cache] enabled = true backend = oslo_cache.memcache_pool memcache_servers = inet6:[::1]:11211 # This goes in the section above, selectively # Bug #1899117 expiration_time = 600 [policy] driver = sql [assignment] driver = sql [auth] methods = external,password,token,oauth1,openid,totp,application_credential [paste_deploy] config_file = /etc/keystone/keystone-paste.ini [extra_headers] Distribution = Ubuntu [ldap] [resource] admin_project_domain_name = admin_domain admin_project_name = admin [oslo_middleware] # Bug #1758675 enable_proxy_headers_parsing = true # This goes in the section above, selectively # Bug #1819134 max_request_body_size = 114688