Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
= 5 (IntOpt) Number of times to retry to bring a resource to a non-error state. Set to 0 to disable retries.
= False (BoolOpt) Enable the preview Stack Abandon feature.
= False (BoolOpt) Enable the preview Stack Adopt feature.
= False (BoolOpt) Encrypt template parameters that were marked as hidden and also all the resource properties before storing them in database.
= (StrOpt) URL of the Heat metadata server.
= heat_stack_user (StrOpt) Keystone role for heat template-defined users.
= None (StrOpt) URL of the Heat waitcondition server.
= (StrOpt) URL of the Heat CloudWatch server.
= (ListOpt) Stacks containing these tag names will be hidden. Multiple tags should be given in a comma-delimited list (eg. hidden_stack_tags=hide_me,me_too).
= 1048576 (IntOpt) Maximum raw byte size of JSON request body. Should be larger than max_template_size.
= 2 (IntOpt) Number of heat-engine processes to fork and run.
= X-Forwarded-Proto (StrOpt) The HTTP Header that will be used to determine which the original request protocol scheme was, even if it was removed by an SSL terminator proxy.
= 3600 (IntOpt) Timeout in seconds for stack action (ie. create or update).
= None (StrOpt) Keystone username, a user with roles sufficient to manage users and projects in the stack_user_domain.
= None (StrOpt) Keystone password for stack_domain_admin user.
= False (BoolOpt) When this feature is enabled, scheduler hints identifying the heat stack context of a server or volume resource are passed to the configured schedulers in nova and cinder, for creates done using heat resource types OS::Cinder::Volume, OS::Nova::Server, and AWS::EC2::Instance. heat_root_stack_id will be set to the id of the root stack of the resource, heat_stack_id will be set to the id of the resource's parent stack, heat_stack_name will be set to the name of the resource's parent stack, heat_path_in_stack will be set to a list of tuples, (stackresourcename, stackname) with list[0] being (None, rootstackname), heat_resource_name will be set to the resource's name, and heat_resource_uuid will be set to the resource's orchestration id.
= None (StrOpt) Keystone domain ID which contains heat template-defined users. If this option is set, stack_user_domain_name option will be ignored.
= None (StrOpt) Keystone domain name which contains heat template-defined users. If `stack_user_domain_id` option is set, this option is ignored.
= (ListOpt) Subset of trustor roles to be delegated to heat. If left unset, all roles of a user will be delegated to heat when creating a stack.
[auth_password]
= (ListOpt) Allowed keystone endpoints for auth_uri when multi_cloud is enabled. At least one endpoint needs to be specified.
= False (BoolOpt) Allow orchestration of multiple clouds.
[ec2authtoken]
= (ListOpt) Allowed keystone endpoints for auth_uri when multi_cloud is enabled. At least one endpoint needs to be specified.
= None (StrOpt) Authentication Endpoint URI.
= None (StrOpt) Optional CA cert file to use in SSL connections.
= None (StrOpt) Optional PEM-formatted certificate chain file.
= False (BoolOpt) If set, then the server's certificate will not be verified.
= None (StrOpt) Optional PEM-formatted file that contains the private key.
= False (BoolOpt) Allow orchestration of multiple clouds.
[eventlet_opts]
= 900 (IntOpt) Timeout for client connections' socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever.
= True (BoolOpt) If False, closes the client socket connection explicitly.
[heat_api]
= 4096 (IntOpt) Number of backlog requests to configure the socket with.
= 0.0.0.0 (StrOpt) Address to bind the server. Useful when selecting a particular network interface.
= 8004 (IntOpt) The port on which the server will listen.
= None (StrOpt) Location of the SSL certificate file to use for SSL mode.
= None (StrOpt) Location of the SSL key file to use for enabling SSL mode.
= 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).
= 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.
= 2 (IntOpt) Number of workers for Heat service.
[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.
[oslo_policy]
= 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. Missing or empty directories are ignored.
= policy.json (StrOpt) The JSON file that defines policies.
[oslo_versionedobjects]
= False (BoolOpt) Make exception message format errors fatal
[paste_deploy]
= api-paste.ini (StrOpt) The API paste config file to use.
= None (StrOpt) The flavor to use.