Merge "Updating sample configuration file"

This commit is contained in:
Jenkins 2016-01-06 19:21:08 +00:00 committed by Gerrit Code Review
commit dd21f2f2d7
1 changed files with 8 additions and 2 deletions

View File

@ -78,6 +78,12 @@
# "HTTP_X_FORWARDED_PROTO". (string value)
#secure_proxy_ssl_header = <None>
# If set to true the server will return information in the response that may
# allow an unauthenticated or authenticated user to get more information than
# normal, such as why authentication failed. This may be useful for debugging
# but is insecure. (boolean value)
#insecure_debug = false
#
# From keystone.notifications
#
@ -707,7 +713,7 @@
# Its value may be silently ignored in the future.
#public_bind_host = 0.0.0.0
# The port number which the public service listens on. (integer value)
# The port number which the public service listens on. (port value)
# Minimum value: 1
# Maximum value: 65535
# Deprecated group/name - [DEFAULT]/public_port
@ -723,7 +729,7 @@
# Its value may be silently ignored in the future.
#admin_bind_host = 0.0.0.0
# The port number which the admin service listens on. (integer value)
# The port number which the admin service listens on. (port value)
# Minimum value: 1
# Maximum value: 65535
# Deprecated group/name - [DEFAULT]/admin_port