Updating sample configuration file

Change-Id: I1bcc115ee642f80f44e6176587e14f853bd366ee
This commit is contained in:
OpenStack Proposal Bot
2016-01-06 09:17:15 +00:00
parent 1a67c2a7ef
commit c063f46686

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