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