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.
= default (StrOpt) Default rule. Enforced when a requested rule is not found.
= ['policy.d'] (MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched.
= policy.json (StrOpt) The JSON file that defines policies.
= (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]
= False (BoolOpt) Set it to False if your environment does not need or have a DNS server, otherwise it will delay the response from the API.
= 0.0.0.0 (StrOpt) The listen IP for the ceilometer API server.
= None (BoolOpt) Toggle Pecan Debug Middleware. If it is not set, global debug value will be used.
= 8777 (IntOpt) The port for the ceilometer API server.