Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

1.4 KiB

Description of API configuration options
Configuration option = Default value Description
[api]
host = 0.0.0.0 (String) The listen IP for the aodh API server.
paste_config = api_paste.ini (String) Configuration file for WSGI definition of API.
pecan_debug = False (Boolean) Toggle Pecan Debug Middleware.
port = 8042 (Unknown) The port for the aodh API server.
workers = 1 (Integer) Number of workers for aodh API server.
[oslo_middleware]
max_request_body_size = 114688 (Integer) The maximum body size for each request, in bytes.
secure_proxy_ssl_header = X-Forwarded-Proto (String) DEPRECATED: 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.