(ListOpt) A list of artifacts that are allowed in the format name or name-version. Empty list means that any artifact can be loaded.
+
+
= 900
+
(IntOpt) Timeout for client connections' socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever.
+
= True
(BoolOpt) Deploy the v1 OpenStack Images API.
@@ -45,6 +49,10 @@
= True
(BoolOpt) Deploy the v2 OpenStack Registry API.
+
+
= True
+
(BoolOpt) Deploy the v3 OpenStack Objects API.
+
= True
(BoolOpt) If False, server will return the header "Connection: close", If True, server will return "Connection: Keep-Alive" in its responses. In order to close the client socket connection explicitly after the response is sent and read successfully by the client, you simply have to set this option to False when you create a wsgi server.
@@ -91,7 +99,7 @@
= True
-
(BoolOpt) Whether to pass through the user token when making requests to the registry.
+
(BoolOpt) Whether to pass through the user token when making requests to the registry. To prevent failures with token expiration during big files upload, it is recommended to set this parameter to False.If "use_user_token" is not in effect, then admin credentials can be specified.
[glance_store]
@@ -108,6 +116,17 @@
= file, http
(ListOpt) List of stores enabled
+
+
[oslo_middleware]
+
+
+
= 114688
+
(IntOpt) The maximum body size for each request, in bytes.
+
+
+
= X-Forwarded-Proto
+
(StrOpt) 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.
(StrOpt) Digest algorithm which will be used for digital signature; the default is sha1 the default in Kilo for a smooth upgrade process, and it will be updated with sha256 in next release(L). Use the command "openssl list-message-digest-algorithms" to get the available algorithms supported by the version of OpenSSL on the platform. Examples are "sha1", "sha256", "sha512", etc.
+
= sha256
+
(StrOpt) Digest algorithm which will be used for digital signature. Use the command "openssl list-message-digest-algorithms" to get the available algorithmssupported by the version of OpenSSL on the platform. Examples are "sha1", "sha256", "sha512", etc.
(BoolOpt) A boolean that determines if the scrubber should clean up the files it uses for taking data. Only one server in your deployment should be designated the cleanup host.
+
(BoolOpt) DEPRECATED. TO BE REMOVED IN THE LIBERTY RELEASE. A boolean that determines if the scrubber should clean up the files it uses for taking data. Only one server in your deployment should be designated the cleanup host.
= 86400
-
(IntOpt) Items must have a modified time that is older than this value in order to be candidates for cleanup.
+
(IntOpt) DEPRECATED. TO BE REMOVED IN THE LIBERTY RELEASE. Items must have a modified time that is older than this value in order to be candidates for cleanup.
(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.
-
-
= None
-
(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.
-
-
-
= %Y-%m-%d %H:%M:%S
-
(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .
-
-
-
= None
-
(StrOpt) (Optional) The base directory used for relative --log-file paths.
-
-
-
= None
-
(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.
-
-
-
= None
-
(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.
(StrOpt) Prefix each line of exception output with this format.
@@ -101,29 +81,17 @@
= LOG_USER
(StrOpt) Syslog facility to receive log lines.
-
-
= LOG_USER
-
(StrOpt) Syslog facility to receive log lines.
-
-
-
= False
-
(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.
-
-
-
= False
-
(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.
-
= True
(BoolOpt) Log output to standard error.
= False
-
(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.
+
(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED and will be changed later to honor RFC5424.
-
= False
-
(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.
+
= True
+
(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in K, and will be removed in M, along with this option.
(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
= 0
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
+
= 60
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL
= 1.0
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
+
+
= 60
+
(IntOpt) How long to wait before considering a reconnect attempt to have failed. This value should not be longer than rpc_response_timeout.
+
=
(StrOpt) SSL certification authority file (valid only if SSL enabled).
@@ -106,8 +110,8 @@
(StrOpt) The RabbitMQ virtual host.
-
= 30
-
(IntOpt) Size of RPC connection pool.
+
= False
+
(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.