Files
openstack-manuals/doc/config-reference/source/tables/aodh-api.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.4 KiB

Description of API configuration options
Configuration option = Default value Description
[api]
host = 0.0.0.0 (StrOpt) The listen IP for the aodh API server.
paste_config = api_paste.ini (StrOpt) Configuration file for WSGI definition of API.
pecan_debug = False (BoolOpt) Toggle Pecan Debug Middleware.
port = 8042 (PortOpt) The port for the aodh API server.
workers = 1 (IntOpt) Number of workers for aodh API server.
[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.