Merge "Update sample config file"
This commit is contained in:
commit
9bf9d278cb
@ -128,8 +128,8 @@
|
|||||||
# Deprecated group/name - [DEFAULT]/logdir
|
# Deprecated group/name - [DEFAULT]/logdir
|
||||||
#log_dir = <None>
|
#log_dir = <None>
|
||||||
|
|
||||||
# Use syslog for logging. Existing syslog format is DEPRECATED during I, and
|
# Use syslog for logging. Existing syslog format is DEPRECATED and will be
|
||||||
# changed in J to honor RFC5424. (boolean value)
|
# changed later to honor RFC5424. (boolean value)
|
||||||
#use_syslog = false
|
#use_syslog = false
|
||||||
|
|
||||||
# (Optional) Enables or disables syslog rfc5424 format for logging. If enabled,
|
# (Optional) Enables or disables syslog rfc5424 format for logging. If enabled,
|
||||||
@ -270,7 +270,8 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Assignment backend driver. (string value)
|
# Entrypoint for the assignment backend driver in the keystone.assignment
|
||||||
|
# namespace. (string value)
|
||||||
#driver = <None>
|
#driver = <None>
|
||||||
|
|
||||||
|
|
||||||
@ -280,20 +281,24 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Default auth methods. (list value)
|
# Allowed authentication methods. (list value)
|
||||||
#methods = external,password,token,oauth1
|
#methods = external,password,token,oauth1
|
||||||
|
|
||||||
# The password auth plugin module. (string value)
|
# Entrypoint for the password auth plugin module in the keystone.auth.password
|
||||||
#password = keystone.auth.plugins.password.Password
|
# namespace. (string value)
|
||||||
|
#password = <None>
|
||||||
|
|
||||||
# The token auth plugin module. (string value)
|
# Entrypoint for the token auth plugin module in the keystone.auth.token
|
||||||
#token = keystone.auth.plugins.token.Token
|
# namespace. (string value)
|
||||||
|
#token = <None>
|
||||||
|
|
||||||
# The external (REMOTE_USER) auth plugin module. (string value)
|
# Entrypoint for the external (REMOTE_USER) auth plugin module in the
|
||||||
#external = keystone.auth.plugins.external.DefaultDomain
|
# keystone.auth.external namespace. (string value)
|
||||||
|
#external = <None>
|
||||||
|
|
||||||
# The oAuth1.0 auth plugin module. (string value)
|
# Entrypoint for the oAuth1.0 auth plugin module in the keystone.auth.oauth1
|
||||||
#oauth1 = keystone.auth.plugins.oauth1.OAuth
|
# namespace. (string value)
|
||||||
|
#oauth1 = <None>
|
||||||
|
|
||||||
|
|
||||||
[cache]
|
[cache]
|
||||||
@ -374,7 +379,8 @@
|
|||||||
# value)
|
# value)
|
||||||
#template_file = default_catalog.templates
|
#template_file = default_catalog.templates
|
||||||
|
|
||||||
# Catalog backend driver. (string value)
|
# Entrypoint for the catalog backend driver in the keystone.catalog namespace.
|
||||||
|
# (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# Toggle for catalog caching. This has no effect unless global caching is
|
# Toggle for catalog caching. This has no effect unless global caching is
|
||||||
@ -452,7 +458,8 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Credential backend driver. (string value)
|
# Entrypoint for the credential backend driver in the keystone.credential
|
||||||
|
# namespace. (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
|
|
||||||
@ -562,7 +569,8 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Domain config backend driver. (string value)
|
# Entrypoint for the domain config backend driver in the
|
||||||
|
# keystone.resource.domain_config namespace. (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# Toggle for domain config caching. This has no effect unless global caching is
|
# Toggle for domain config caching. This has no effect unless global caching is
|
||||||
@ -580,7 +588,8 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Endpoint Filter backend driver (string value)
|
# Entrypoint for the endpoint filter backend driver in the
|
||||||
|
# keystone.endpoint_filter namespace. (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# Toggle to return all active endpoints if no filter exists. (boolean value)
|
# Toggle to return all active endpoints if no filter exists. (boolean value)
|
||||||
@ -596,7 +605,8 @@
|
|||||||
# Enable endpoint_policy functionality. (boolean value)
|
# Enable endpoint_policy functionality. (boolean value)
|
||||||
#enabled = true
|
#enabled = true
|
||||||
|
|
||||||
# Endpoint policy backend driver (string value)
|
# Entrypoint for the endpoint policy backend driver in the
|
||||||
|
# keystone.endpoint_policy namespace. (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
|
|
||||||
@ -718,7 +728,8 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Federation backend driver. (string value)
|
# Entrypoint for the federation backend driver in the keystone.federation
|
||||||
|
# namespace. (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# Value to be used when filtering assertion parameters from the environment.
|
# Value to be used when filtering assertion parameters from the environment.
|
||||||
@ -800,7 +811,8 @@
|
|||||||
# if domain_specific_drivers_enabled is set to true. (string value)
|
# if domain_specific_drivers_enabled is set to true. (string value)
|
||||||
#domain_config_dir = /etc/keystone/domains
|
#domain_config_dir = /etc/keystone/domains
|
||||||
|
|
||||||
# Identity backend driver. (string value)
|
# Entrypoint for the identity backend driver in the keystone.identity
|
||||||
|
# namespace. (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# Toggle for identity caching. This has no effect unless global caching is
|
# Toggle for identity caching. This has no effect unless global caching is
|
||||||
@ -826,12 +838,13 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Keystone Identity Mapping backend driver. (string value)
|
# Entrypoint for the identity mapping backend driver in the
|
||||||
|
# keystone.identity.id_mapping namespace. (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# Public ID generator for user and group entities. The Keystone identity mapper
|
# Entrypoint for the public ID generator for user and group entities in the
|
||||||
# only supports generators that produce no more than 64 characters. (string
|
# keystone.identity.id_generator namespace. The Keystone identity mapper only
|
||||||
# value)
|
# supports generators that produce no more than 64 characters. (string value)
|
||||||
#generator = sha256
|
#generator = sha256
|
||||||
|
|
||||||
# The format of user and group IDs changed in Juno for backends that do not
|
# The format of user and group IDs changed in Juno for backends that do not
|
||||||
@ -1260,7 +1273,8 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# OAuth backend driver. (string value)
|
# Entrypoint for hte OAuth backend driver in the keystone.oauth1 namespace.
|
||||||
|
# (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# Duration (in seconds) for the OAuth Request Token. (integer value)
|
# Duration (in seconds) for the OAuth Request Token. (integer value)
|
||||||
@ -1532,6 +1546,11 @@
|
|||||||
# Deprecated group/name - [DEFAULT]/max_request_body_size
|
# Deprecated group/name - [DEFAULT]/max_request_body_size
|
||||||
#max_request_body_size = 114688
|
#max_request_body_size = 114688
|
||||||
|
|
||||||
|
# The HTTP Header that will be used to determine what the original request
|
||||||
|
# protocol scheme was, even if it was hidden by an SSL termination proxy.
|
||||||
|
# (string value)
|
||||||
|
#secure_proxy_ssl_header = X-Forwarded-Proto
|
||||||
|
|
||||||
|
|
||||||
[oslo_policy]
|
[oslo_policy]
|
||||||
|
|
||||||
@ -1575,7 +1594,8 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Policy backend driver. (string value)
|
# Entrypoint for the policy backend driver in the keystone.policy namespace.
|
||||||
|
# (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# Maximum number of entities that will be returned in a policy collection.
|
# Maximum number of entities that will be returned in a policy collection.
|
||||||
@ -1589,8 +1609,9 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Resource backend driver. If a resource driver is not specified, the
|
# Entrypoint for the resource backend driver in the keystone.resource
|
||||||
# assignment driver will choose the resource driver. (string value)
|
# namespace. If a resource driver is not specified, the assignment driver will
|
||||||
|
# choose the resource driver. (string value)
|
||||||
#driver = <None>
|
#driver = <None>
|
||||||
|
|
||||||
# Toggle for resource caching. This has no effect unless global caching is
|
# Toggle for resource caching. This has no effect unless global caching is
|
||||||
@ -1615,8 +1636,8 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# An implementation of the backend for persisting revocation events. (string
|
# Entrypoint for an implementation of the backend for persisting revocation
|
||||||
# value)
|
# events in the keystone.revoke namespace. (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# This value (calculated in seconds) is added to token expiration before a
|
# This value (calculated in seconds) is added to token expiration before a
|
||||||
@ -1640,7 +1661,8 @@
|
|||||||
# From keystone
|
# From keystone
|
||||||
#
|
#
|
||||||
|
|
||||||
# Role backend driver. (string value)
|
# Entrypoint for the role backend driver in the keystone.role namespace.
|
||||||
|
# (string value)
|
||||||
#driver = <None>
|
#driver = <None>
|
||||||
|
|
||||||
# Toggle for role caching. This has no effect unless global caching is enabled.
|
# Toggle for role caching. This has no effect unless global caching is enabled.
|
||||||
@ -1804,11 +1826,13 @@
|
|||||||
# Amount of time a token should remain valid (in seconds). (integer value)
|
# Amount of time a token should remain valid (in seconds). (integer value)
|
||||||
#expiration = 3600
|
#expiration = 3600
|
||||||
|
|
||||||
# Controls the token construction, validation, and revocation operations. Core
|
# Controls the token construction, validation, and revocation operations.
|
||||||
# providers are [fernet|pkiz|pki|uuid]. (string value)
|
# Entrypoint in the keystone.token.provider namespace. Core providers are
|
||||||
|
# [fernet|pkiz|pki|uuid]. (string value)
|
||||||
#provider = uuid
|
#provider = uuid
|
||||||
|
|
||||||
# Token persistence backend driver. (string value)
|
# Entrypoint for the token persistence backend driver in the
|
||||||
|
# keystone.token.persistence namespace. (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
|
||||||
# Toggle for token system caching. This has no effect unless global caching is
|
# Toggle for token system caching. This has no effect unless global caching is
|
||||||
@ -1854,5 +1878,6 @@
|
|||||||
# Maximum depth of trust redelegation. (integer value)
|
# Maximum depth of trust redelegation. (integer value)
|
||||||
#max_redelegation_count = 3
|
#max_redelegation_count = 3
|
||||||
|
|
||||||
# Trust backend driver. (string value)
|
# Entrypoint for the trust backend driver in the keystone.trust namespace.
|
||||||
|
# (string value)
|
||||||
#driver = sql
|
#driver = sql
|
||||||
|
Loading…
Reference in New Issue
Block a user