Refresh Glance example configs for Ussuri milestone 1
Change-Id: Iaac5c65f10f39027dd191b2397d8e5141bc9e12d
This commit is contained in:
parent
40bd312410
commit
0eacf2da18
@ -896,76 +896,6 @@
|
|||||||
# Minimum value: 1
|
# Minimum value: 1
|
||||||
#tcp_keepidle = 600
|
#tcp_keepidle = 600
|
||||||
|
|
||||||
#
|
|
||||||
# Absolute path to the CA file.
|
|
||||||
#
|
|
||||||
# Provide a string value representing a valid absolute path to
|
|
||||||
# the Certificate Authority file to use for client authentication.
|
|
||||||
#
|
|
||||||
# A CA file typically contains necessary trusted certificates to
|
|
||||||
# use for the client authentication. This is essential to ensure
|
|
||||||
# that a secure connection is established to the server via the
|
|
||||||
# internet.
|
|
||||||
#
|
|
||||||
# Possible values:
|
|
||||||
# * Valid absolute path to the CA file
|
|
||||||
#
|
|
||||||
# Related options:
|
|
||||||
# * None
|
|
||||||
#
|
|
||||||
# (string value)
|
|
||||||
#
|
|
||||||
# This option has a sample default set, which means that
|
|
||||||
# its actual default value may vary from the one documented
|
|
||||||
# below.
|
|
||||||
#ca_file = /etc/ssl/cafile
|
|
||||||
|
|
||||||
#
|
|
||||||
# Absolute path to the certificate file.
|
|
||||||
#
|
|
||||||
# Provide a string value representing a valid absolute path to the
|
|
||||||
# certificate file which is required to start the API service
|
|
||||||
# securely.
|
|
||||||
#
|
|
||||||
# A certificate file typically is a public key container and includes
|
|
||||||
# the server's public key, server name, server information and the
|
|
||||||
# signature which was a result of the verification process using the
|
|
||||||
# CA certificate. This is required for a secure connection
|
|
||||||
# establishment.
|
|
||||||
#
|
|
||||||
# Possible values:
|
|
||||||
# * Valid absolute path to the certificate file
|
|
||||||
#
|
|
||||||
# Related options:
|
|
||||||
# * None
|
|
||||||
#
|
|
||||||
# (string value)
|
|
||||||
#
|
|
||||||
# This option has a sample default set, which means that
|
|
||||||
# its actual default value may vary from the one documented
|
|
||||||
# below.
|
|
||||||
#cert_file = /etc/ssl/certs
|
|
||||||
|
|
||||||
#
|
|
||||||
# Absolute path to a private key file.
|
|
||||||
#
|
|
||||||
# Provide a string value representing a valid absolute path to a
|
|
||||||
# private key file which is required to establish the client-server
|
|
||||||
# connection.
|
|
||||||
#
|
|
||||||
# Possible values:
|
|
||||||
# * Absolute path to the private key file
|
|
||||||
#
|
|
||||||
# Related options:
|
|
||||||
# * None
|
|
||||||
#
|
|
||||||
# (string value)
|
|
||||||
#
|
|
||||||
# This option has a sample default set, which means that
|
|
||||||
# its actual default value may vary from the one documented
|
|
||||||
# below.
|
|
||||||
#key_file = /etc/ssl/key/key-file.pem
|
|
||||||
|
|
||||||
# DEPRECATED: The HTTP header used to determine the scheme for the original
|
# DEPRECATED: The HTTP header used to determine the scheme for the original
|
||||||
# request, even if it was removed by an SSL terminating proxy. Typical value is
|
# request, even if it was removed by an SSL terminating proxy. Typical value is
|
||||||
# "HTTP_X_FORWARDED_PROTO". (string value)
|
# "HTTP_X_FORWARDED_PROTO". (string value)
|
||||||
|
@ -673,76 +673,6 @@
|
|||||||
# Minimum value: 1
|
# Minimum value: 1
|
||||||
#tcp_keepidle = 600
|
#tcp_keepidle = 600
|
||||||
|
|
||||||
#
|
|
||||||
# Absolute path to the CA file.
|
|
||||||
#
|
|
||||||
# Provide a string value representing a valid absolute path to
|
|
||||||
# the Certificate Authority file to use for client authentication.
|
|
||||||
#
|
|
||||||
# A CA file typically contains necessary trusted certificates to
|
|
||||||
# use for the client authentication. This is essential to ensure
|
|
||||||
# that a secure connection is established to the server via the
|
|
||||||
# internet.
|
|
||||||
#
|
|
||||||
# Possible values:
|
|
||||||
# * Valid absolute path to the CA file
|
|
||||||
#
|
|
||||||
# Related options:
|
|
||||||
# * None
|
|
||||||
#
|
|
||||||
# (string value)
|
|
||||||
#
|
|
||||||
# This option has a sample default set, which means that
|
|
||||||
# its actual default value may vary from the one documented
|
|
||||||
# below.
|
|
||||||
#ca_file = /etc/ssl/cafile
|
|
||||||
|
|
||||||
#
|
|
||||||
# Absolute path to the certificate file.
|
|
||||||
#
|
|
||||||
# Provide a string value representing a valid absolute path to the
|
|
||||||
# certificate file which is required to start the API service
|
|
||||||
# securely.
|
|
||||||
#
|
|
||||||
# A certificate file typically is a public key container and includes
|
|
||||||
# the server's public key, server name, server information and the
|
|
||||||
# signature which was a result of the verification process using the
|
|
||||||
# CA certificate. This is required for a secure connection
|
|
||||||
# establishment.
|
|
||||||
#
|
|
||||||
# Possible values:
|
|
||||||
# * Valid absolute path to the certificate file
|
|
||||||
#
|
|
||||||
# Related options:
|
|
||||||
# * None
|
|
||||||
#
|
|
||||||
# (string value)
|
|
||||||
#
|
|
||||||
# This option has a sample default set, which means that
|
|
||||||
# its actual default value may vary from the one documented
|
|
||||||
# below.
|
|
||||||
#cert_file = /etc/ssl/certs
|
|
||||||
|
|
||||||
#
|
|
||||||
# Absolute path to a private key file.
|
|
||||||
#
|
|
||||||
# Provide a string value representing a valid absolute path to a
|
|
||||||
# private key file which is required to establish the client-server
|
|
||||||
# connection.
|
|
||||||
#
|
|
||||||
# Possible values:
|
|
||||||
# * Absolute path to the private key file
|
|
||||||
#
|
|
||||||
# Related options:
|
|
||||||
# * None
|
|
||||||
#
|
|
||||||
# (string value)
|
|
||||||
#
|
|
||||||
# This option has a sample default set, which means that
|
|
||||||
# its actual default value may vary from the one documented
|
|
||||||
# below.
|
|
||||||
#key_file = /etc/ssl/key/key-file.pem
|
|
||||||
|
|
||||||
# DEPRECATED: The HTTP header used to determine the scheme for the original
|
# DEPRECATED: The HTTP header used to determine the scheme for the original
|
||||||
# request, even if it was removed by an SSL terminating proxy. Typical value is
|
# request, even if it was removed by an SSL terminating proxy. Typical value is
|
||||||
# "HTTP_X_FORWARDED_PROTO". (string value)
|
# "HTTP_X_FORWARDED_PROTO". (string value)
|
||||||
|
Loading…
Reference in New Issue
Block a user