Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
= api_paste.ini (StrOpt) Configuration file for WSGI definition of API.
= 1 (IntOpt) Number of workers for Ceilometer API server.
= event_pipeline.yaml (StrOpt) Configuration file for event pipeline definition.
= pipeline.yaml (StrOpt) Configuration file for pipeline definition.
= (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]
= 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.