openstack-manuals/doc/config-ref-rst/source/tables/sahara-api.rst
KATO Tomoyuki ce094c144b [config-ref] Add table labels
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
2015-11-23 10:57:54 +09:00

1.2 KiB

Description of API configuration options
Configuration option = Default value Description
[oslo_middleware]
max_request_body_size = 114688 (IntOpt) The maximum body size for each request, in bytes.
secure_proxy_ssl_header = 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.
[retries]
retries_number = 5 (IntOpt) Number of times to retry the request to client before failing
retry_after = 10 (IntOpt) Time between the retries to client (in seconds).