Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
= api_paste.ini (StrOpt) Configuration file for WSGI definition of API.
= event_pipeline.yaml (StrOpt) Configuration file for event pipeline definition.
= pipeline.yaml (StrOpt) Configuration file for pipeline definition.
= 20 (IntOpt) Polling interval for pipeline file configuration in seconds.
= False (BoolOpt) Refresh Pipeline configuration on-the-fly.
= (ListOpt) List of metadata keys reserved for metering use. And these keys are additional to the ones included in the namespace.
= 256 (IntOpt) Limit on length of reserved metadata values.
= metering. (ListOpt) List of metadata prefixes reserved for metering use.
[api]
= None (BoolOpt) Set True to redirect alarms URLs to aodh. Default autodetection by querying keystone.
= None (StrOpt) The endpoint of Aodh to redirect alarms URLs to Aodh API. Default autodetection by querying keystone.
= 100 (IntOpt) Default maximum number of items returned by API request.
= None (BoolOpt) Set True to disable resource/meter/sample URLs. Default autodetection by querying keystone.
= 0.0.0.0 (StrOpt) The listen IP for the ceilometer API server.
= False (BoolOpt) Toggle Pecan Debug Middleware.
= 8777 (IntOpt) The port for the ceilometer API server.
= 1 (IntOpt) Number of workers for api, default value is 1.
[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.