Files
openstack-manuals/doc/config-reference/source/tables/heat-cloudwatch_api.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.9 KiB

Description of CloudWatch API configuration options
Configuration option = Default value Description
[DEFAULT]
enable_cloud_watch_lite = False (BoolOpt) Enable the legacy OS::Heat::CWLiteAlarm resource.
heat_watch_server_url = (StrOpt) URL of the Heat CloudWatch server.
[heat_api_cloudwatch]
backlog = 4096 (IntOpt) Number of backlog requests to configure the socket with.
bind_host = 0.0.0.0 (IPOpt) Address to bind the server. Useful when selecting a particular network interface.
bind_port = 8003 (PortOpt) The port on which the server will listen.
cert_file = None (StrOpt) Location of the SSL certificate file to use for SSL mode.
key_file = None (StrOpt) Location of the SSL key file to use for enabling SSL mode.
max_header_line = 16384 (IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs.)
tcp_keepidle = 600 (IntOpt) The value for the socket option TCP_KEEPIDLE. This is the time in seconds that the connection must be idle before TCP starts sending keepalive probes.
workers = 0 (IntOpt) Number of workers for Heat service.