Updating sample configuration file

Change-Id: I1b8e29ae3ea460e2f3d59e00505770ef765e3560
This commit is contained in:
OpenStack Proposal Bot 2016-03-03 04:36:18 +00:00
parent 7fcee43669
commit 39815b0867

View File

@ -28,8 +28,9 @@
# found on a different server. (string value)
#admin_endpoint = <None>
# Maximum depth of the project hierarchy. WARNING: setting it to a large value
# may adversely impact performance. (integer value)
# Maximum depth of the project hierarchy, excluding the project acting as a
# domain at the top of the hierarchy. WARNING: setting it to a large value may
# adversely impact performance. (integer value)
#max_project_tree_depth = 5
# Limit the sizes of user & project ID/names. (integer value)
@ -1885,6 +1886,17 @@
#relay_state_prefix = ss:mem:
[shadow_users]
#
# From keystone
#
# Entrypoint for the shadow users backend driver in the
# keystone.identity.shadow_users namespace. (string value)
#driver = sql
[signing]
#